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 | HP | 100100000100100001010000 | 904850 |
SJIS-WIN | ?HP | 001111110100100001010000 | 3f4850 |
EUC-JP | ?HP | 001111110100100001010000 | 3f4850 |
UTF-8 | HP | 11000010100100000100100001010000 | c2904850 |
UHC | ?HP | 001111110100100001010000 | 3f4850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)