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 | 11100101100010111010001001000110 | e58ba246 |
EUC-JP | 蜍「F | 1110100111101011100011101010001001000110 | e9eb8ea246 |
UTF-8 | 蜍「F | 11101000100111001000110111101111101111011010001001000110 | e89c8defbda246 |
UHC | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)