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 | 鮮? | 100100010100111000111111 | 914e3f |
EUC-JP | 鮮? | 110000011010111100111111 | c1af3f |
UTF-8 | 鮮굩 | 111010011010111010101110111010101011010110101001 | e9aeaeeab5a9 |
UHC | 鮮굩 | 11100000110110001000001010001111 | e0d8828f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)