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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 獸痙@h | 111000001101011111100001011110100100000001101000 | e0d7e17a4068 |
EUC-JP | 獸痙@h | 111000001101100111100001110110110100000001101000 | e0d9e1db4068 |
UTF-8 | 獸痙@h | 1110011110001101101110001110011110010111100110010100000001101000 | e78db8e797994068 |
UHC | 獸痙@h | 111000101010111011001100111000100100000001101000 | e2aecce24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)