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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爾遯??爾 | 1000111010100010111001111010101000111111001111111000111010100010 | 8ea2e7aa3f3f8ea2 |
EUC-JP | 爾遯??爾 | 1011110010100100111011101010110000111111001111111011110010100100 | bca4eeac3f3fbca4 |
UTF-8 | 爾遯렣렕爾 | 111001111000100010111110111010011000000110101111111010111010000010100011111010111010000010010101111001111000100010111110 | e788bee981afeba0a3eba095e788be |
UHC | 爾遯렣렕爾 | 11101100101100111101010011101110100011101011010010001110101010101110110010110011 | ecb3d4ee8eb48eaaecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)