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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蘂?蘂?^ | 11100101010000010011111111100101010000010011111101011110 | e5413fe5413f5e |
EUC-JP | 蘂?蘂?^ | 11101001101000100011111111101001101000100011111101011110 | e9a23fe9a23f5e |
UTF-8 | 蘂쁃蘂쁃^ | 11101000100110001000001011101100100000011000001111101000100110001000001011101100100000011000001101011110 | e89882ec8183e89882ec81835e |
UHC | 蘂쁃蘂쁃^ | 111001111101111010011000010001001110011111011110100110000100010001011110 | e7de9844e7de98445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)