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 | 舒 | 1001100010101110 | 98ae |
EUC-JP | 舒 | 1101000010110000 | d0b0 |
UTF-8 | 舒 | 111010001000100010010010 | e88892 |
UHC | 舒 | 1110000010100010 | e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)