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 | 孺 | 1001101101111101 | 9b7d |
EUC-JP | 孺 | 1101010111011110 | d5de |
UTF-8 | 孺 | 111001011010110110111010 | e5adba |
UHC | 孺 | 1110101011101000 | eae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)