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 | 001111110100000001101000 | 3f4068 |
SJIS-WIN | 螺@h | 10010111100001100100000001101000 | 97864068 |
EUC-JP | 螺@h | 11001101111001100100000001101000 | cde64068 |
UTF-8 | 螺@h | 1110100010011110101110100100000001101000 | e89eba4068 |
UHC | 螺@h | 11010101101000100100000001101000 | d5a24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)