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 | 恙 | 1001110010011001 | 9c99 |
EUC-JP | 恙 | 1101011111111001 | d7f9 |
UTF-8 | 恙 | 111001101000000110011001 | e68199 |
UHC | 恙 | 1110010110111111 | e5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)