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 | 腺碩 | 10010001010000101001000011010111 | 914290d7 |
EUC-JP | 腺碩 | 11000001101000111100000011011001 | c1a3c0d9 |
UTF-8 | 腺碩 | 111010001000010110111010111001111010001010101001 | e885bae7a2a9 |
UHC | 腺碩 | 11100000110011011110000010110101 | e0cde0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)