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 | |h | 100011110111110001101000 | 8f7c68 |
SJIS-WIN | ?|h | 001111110111110001101000 | 3f7c68 |
EUC-JP | ?|h | 001111110111110001101000 | 3f7c68 |
UTF-8 | |h | 11000010100011110111110001101000 | c28f7c68 |
UHC | ?|h | 001111110111110001101000 | 3f7c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)