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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蓴莇B | 1110010011110001111001001011010001000010 | e4f1e4b442 |
EUC-JP | 蓴莇B | 1110100011110011111010001011011001000010 | e8f3e8b642 |
UTF-8 | 蓴莇B | 11101000100100111011010011101000100011101000011101000010 | e893b4e88e8742 |
UHC | 蓴?B | 11100010111100010011111101000010 | e2f13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)