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 | 檣??捧?掌 | 100111101111110000111111001111111001010111111001001111111000111110110110 | 9efc3f3f95f93f8fb6 |
EUC-JP | 檣?獐捧?掌 | 1101110011111110001111111000111111001011101110101100101011111011001111111011111010111000 | dcfe3f8fcbbacafb3fbeb8 |
UTF-8 | 檣렋獐捧뇬掌 | 111001101010101010100011111010111010000010001011111001111000110110010000111001101000110110100111111010111000011110101100111001101000111010001100 | e6aaa3eba08be78d90e68da7eb87ace68e8c |
UHC | 檣렋獐捧뇬掌 | 111011011110101010001110101000101110110111101111110111001110100110110100101001001110110111100110 | edea8ea2edefdce9b4a4ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)