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 | 渫? | 100111111101011000111111 | 9fd63f |
EUC-JP | 渫? | 110111101101100000111111 | ded83f |
UTF-8 | 渫樂 | 111001101011100010101011111011111010011010111111 | e6b8abefa6bf |
UHC | 渫樂 | 11100000110111101110100011111001 | e0dee8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)