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 | 10010010111110000011111101000110 | 92f83f46 |
EUC-JP | 艇?F | 11000100111110100011111101000110 | c4fa3f46 |
UTF-8 | 艇렣F | 11101000100010011000011111101011101000001010001101000110 | e88987eba0a346 |
UHC | 艇렣F | 1110111111110011100011101011010001000110 | eff38eb446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)