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 | 姆 | 1001101101000111 | 9b47 |
EUC-JP | 姆 | 1101010110101000 | d5a8 |
UTF-8 | 姆 | 111001011010011110000110 | e5a786 |
UHC | 姆 | 1101100110110101 | d9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)