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 | ?堊 | 001111111001101010111111 | 3f9abf |
EUC-JP | ?堊 | 001111111101010011000001 | 3fd4c1 |
UTF-8 | 뤌堊 | 111010111010010010001100111001011010000010001010 | eba48ce5a08a |
UHC | 뤌堊 | 10001111101111001110010010111110 | 8fbce4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)