To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歪??鈺?ⅱ | 100110000110001100111111001111111111101111000100001111111111101001000001 | 98633f3ffbc43ffa41 |
EUC-JP | 歪??鈺?? | 110011111100010000111111001111111000111111100011110101010011111100111111 | cfc43f3f8fe3d53f3f |
UTF-8 | 歪듸숲鈺싨ⅱ | 111001101010110110101010111010111001001110111000111011001000100010110010111010011000100010111010111011001000101110101000111000101000010110110001 | e6adaaeb93b8ec88b2e988baec8ba8e285b1 |
UHC | 歪듸숲鈺싨ⅱ | 111010001110000010110101111011111011110110100011111010001010110110011010111001101010010110100010 | e8e0b5efbda3e8ad9ae6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)