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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 漬?F | 10010010110100000011111101000110 | 92d03f46 |
EUC-JP | 漬?F | 11000100110100100011111101000110 | c4d23f46 |
UTF-8 | 漬렣F | 11100110101111001010110011101011101000001010001101000110 | e6bcaceba0a346 |
UHC | 漬렣F | 1111001010110000100011101011010001000110 | f2b08eb446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)