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 | 誦? | 111001100111010100111111 | e6753f |
EUC-JP | 誦? | 111010111101011000111111 | ebd63f |
UTF-8 | 誦뒀 | 111010001010101010100110111010111001001010000000 | e8aaa6eb9280 |
UHC | 誦뒀 | 11100001111010011011010111010111 | e1e9b5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)