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 | 0011111101000010 | 3f42 |
SJIS-WIN | 暠B | 111110101101101101000010 | fadb42 |
EUC-JP | 暠B | 10001111110000101101011101000010 | 8fc2d742 |
UTF-8 | 暠B | 11100110100110101010000001000010 | e69aa042 |
UHC | 暠B | 110011011011110001000010 | cdbc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)