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 | 11100111101101101010101101000010 | e7b6ab42 |
EUC-JP | 邯ォB | 1110111010111000100011101010101101000010 | eeb88eab42 |
UTF-8 | 邯ォB | 11101001100000101010111111101111101111011010101101000010 | e982afefbdab42 |
UHC | 邯?B | 11001010111110110011111101000010 | cafb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)