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 | 00111111111010011110101100111111111010011110101101000010 | 3fe9eb3fe9eb42 |
EUC-JP | ?鴉?鴉B | 00111111111100101110110100111111111100101110110101000010 | 3ff2ed3ff2ed42 |
UTF-8 | 뻢鴉뻢鴉B | 11101011101110111010001011101001101101001000100111101011101110111010001011101001101101001000100101000010 | ebbba2e9b489ebbba2e9b48942 |
UHC | 뻢鴉뻢鴉B | 100101100110101111100100101111001001011001101011111001001011110001000010 | 966be4bc966be4bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)