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?h | 00111111011010000011111101101000 | 3f683f68 |
SJIS-WIN | 瞳h瞳h | 100100111011010101101000100100111011010101101000 | 93b56893b568 |
EUC-JP | 瞳h瞳h | 110001101011011101101000110001101011011101101000 | c6b768c6b768 |
UTF-8 | 瞳h瞳h | 1110011110011110101100110110100011100111100111101011001101101000 | e79eb368e79eb368 |
UHC | 瞳h瞳h | 110101001101101001101000110101001101101001101000 | d4da68d4da68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)