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 | 腺腋 | 10010001010000101110001111111100 | 9142e3fc |
EUC-JP | 腺腋 | 11000001101000111110011011111110 | c1a3e6fe |
UTF-8 | 腺腋 | 111010001000010110111010111010001000010110001011 | e885bae8858b |
UHC | 腺腋 | 11100000110011011110010011111101 | e0cde4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)