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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 恁??@B | 100111001000110000111111001111110100000001000010 | 9c8c3f3f4042 |
EUC-JP | 恁??@B | 110101111110110000111111001111110100000001000010 | d7ec3f3f4042 |
UTF-8 | 恁듭㏏@B | 1110011010000001100000011110101110010011101011011110001110001111100011110100000001000010 | e68181eb93ade38f8f4042 |
UHC | 恁듭㏏@B | 1110110011110110101101011110110010100111101110010100000001000010 | ecf6b5eca7b94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)