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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 絎居州B | 11100011010011011000101110001111100011110100001001000010 | e34d8b8f8f4242 |
EUC-JP | 絎居州B | 11100101101011101011010111101111101111011010001101000010 | e5aeb5efbda342 |
UTF-8 | 絎居州B | 11100111101101011000111011100101101100011000010111100101101101111001111001000010 | e7b58ee5b185e5b79e42 |
UHC | ?居州B | 001111111100101111011100111100011011011001000010 | 3fcbdcf1b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)