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 | 誦뤈 | 111010001010101010100110111010111010010010001000 | e8aaa6eba488 |
UHC | 誦뤈 | 11100001111010011000111110111000 | e1e98fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)