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 | ?P@h | 00111111010100000100000001101000 | 3f504068 |
SJIS-WIN | 唸P@h | 1001101001011000010100000100000001101000 | 9a58504068 |
EUC-JP | 唸P@h | 1101001110111001010100000100000001101000 | d3b9504068 |
UTF-8 | 唸P@h | 111001011001010010111000010100000100000001101000 | e594b8504068 |
UHC | ?P@h | 00111111010100000100000001101000 | 3f504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)