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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 腺認 | 10010001010000101001010001000110 | 91429446 |
EUC-JP | 腺認 | 11000001101000111100011110100111 | c1a3c7a7 |
UTF-8 | 腺認 | 111010001000010110111010111010001010101010001101 | e885bae8aa8d |
UHC | 腺認 | 11100000110011011110110011100011 | e0cdece3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)