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 | 撫 | 1001010110001111 | 958f |
EUC-JP | 撫 | 1100100111101111 | c9ef |
UTF-8 | 撫 | 111001101001001010101011 | e692ab |
UHC | 撫 | 1101100111101000 | d9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)