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 | 腺仙 | 10010001010000101001000011100101 | 914290e5 |
EUC-JP | 腺仙 | 11000001101000111100000011100111 | c1a3c0e7 |
UTF-8 | 腺仙 | 111010001000010110111010111001001011101110011001 | e885bae4bb99 |
UHC | 腺仙 | 11100000110011011110000010111001 | e0cde0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)