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 | ?戡??終 | 00111111100111010100000100111111001111111000111101001001 | 3f9d413f3f8f49 |
EUC-JP | 塼戡??終 | 100011111011100010111001110110011010001000111111001111111011110110101010 | 8fb8b9d9a23f3fbdaa |
UTF-8 | 塼戡렰렡終 | 111001011010000110111100111001101000100010100001111010111010000010110000111010111010000010100001111001111011010110000010 | e5a1bce688a1eba0b0eba0a1e7b582 |
UHC | 塼戡렰렡終 | 11101110111101001100101011110001100011101011110110001110101100101111000011111011 | eef4caf18ebd8eb2f0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)