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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蘂?蘂?B | 11100101010000010011111111100101010000010011111101000010 | e5413fe5413f42 |
EUC-JP | 蘂?蘂?B | 11101001101000100011111111101001101000100011111101000010 | e9a23fe9a23f42 |
UTF-8 | 蘂쁸蘂쁸B | 11101000100110001000001011101100100000011011100011101000100110001000001011101100100000011011100001000010 | e89882ec81b8e89882ec81b842 |
UHC | 蘂쁸蘂쁸B | 111001111101111010011000011110011110011111011110100110000111100101000010 | e7de9879e7de987942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)