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 | ? | 00111111 | 3f |
SJIS-WIN | 鈴 | 1001011111101001 | 97e9 |
EUC-JP | 鈴 | 1100111011101011 | ceeb |
UTF-8 | 鈴 | 111010011000100010110100 | e988b4 |
UHC | 鈴 | 1101011011000010 | d6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)