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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 鼎?h | 10010011010000110011111101101000 | 93433f68 |
EUC-JP | 鼎?h | 11000101101001000011111101101000 | c5a43f68 |
UTF-8 | 鼎癩h | 11101001101111001000111011101111101001001000111001101000 | e9bc8eefa48e68 |
UHC | 鼎癩h | 1111000010100011110100011101101101101000 | f0a3d1db68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)