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 | 1110001110110010111001001111001001000110 | e3b2e4f246 |
EUC-JP | 羇蔗F | 1110011010110100111010001111010001000110 | e6b4e8f446 |
UTF-8 | 羇蔗F | 11100111101111101000011111101000100101001001011101000110 | e7be87e8949746 |
UHC | ?蔗F | 00111111111011011011110101000110 | 3fedbd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)