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 | ?只 | 001111111001000111111100 | 3f91fc |
EUC-JP | ?只 | 001111111100001011111110 | 3fc2fe |
UTF-8 | 뤫只 | 111010111010010010101011111001011000111110101010 | eba4abe58faa |
UHC | 뤫只 | 10001111110110011111000111111110 | 8fd9f1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)