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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 娃??@h | 100010001010000100111111001111110100000001101000 | 88a13f3f4068 |
EUC-JP | 娃??@h | 101100001010001100111111001111110100000001101000 | b0a33f3f4068 |
UTF-8 | 娃쒏뜆@h | 1110010110101000100000111110110010010010100011111110101110011100100001100100000001101000 | e5a883ec928feb9c864068 |
UHC | 娃쒏뜆@h | 1110100011011111100111001110011010001101100010010100000001101000 | e8df9ce68d894068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)