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 | 00111111011010000011111101101000 | 3f683f68 |
EUC-JP | ?h?h | 00111111011010000011111101101000 | 3f683f68 |
UTF-8 | 틔h틔h | 1110110110001011100101000110100011101101100010111001010001101000 | ed8b9468ed8b9468 |
UHC | 틔h틔h | 110001101011011101101000110001101011011101101000 | c6b768c6b768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)