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 | 扮 | 1001010110101111 | 95af |
EUC-JP | 扮 | 1100101010110001 | cab1 |
UTF-8 | 扮 | 111001101000100110101110 | e689ae |
UHC | 扮 | 1101110111001010 | ddca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)