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 | èFKB | 11101000010001101000101110001100100010010100101101000010 | e8468b8c894b42 |
SJIS-WIN | ?F???KB | 00111111010001100011111100111111001111110100101101000010 | 3f463f3f3f4b42 |
EUC-JP | èF???KB | 100011111010101110110010010001100011111100111111001111110100101101000010 | 8fabb2463f3f3f4b42 |
UTF-8 | èFKB | 1100001110101000010001101100001010001011110000101000110011000010100010010100101101000010 | c3a846c28bc28cc2894b42 |
UHC | ?F???KB | 00111111010001100011111100111111001111110100101101000010 | 3f463f3f3f4b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)