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 | 檣??捧? | 10011110111111000011111100111111100101011111100100111111 | 9efc3f3f95f93f |
EUC-JP | 檣?獐捧? | 110111001111111000111111100011111100101110111010110010101111101100111111 | dcfe3f8fcbbacafb3f |
UTF-8 | 檣렋獐捧뇬 | 111001101010101010100011111010111010000010001011111001111000110110010000111001101000110110100111111010111000011110101100 | e6aaa3eba08be78d90e68da7eb87ac |
UHC | 檣렋獐捧뇬 | 11101101111010101000111010100010111011011110111111011100111010011011010010100100 | edea8ea2edefdce9b4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)