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 | 讚サ竏ス繞 | 1110011010101011101110111110001010001000101111011110001110000101 | e6abbbe288bde385 |
EUC-JP | 讚サ竏ス繞 | 11101100101011011000111010111011111000111110100010001110101111011110010111100101 | ecad8ebbe3e88ebde5e5 |
UTF-8 | 讚サ竏ス繞 | 111010001010111010011010111011111011110110111011111001111010101110001111111011111011110110111101111001111011100110011110 | e8ae9aefbdbbe7ab8fefbdbde7b99e |
UHC | 讚???繞 | 11110011110001100011111100111111001111111110100110100100 | f3c63f3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)