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 | 蓍苟 | 11100100111001111110010010010001 | e4e7e491 |
EUC-JP | 蓍苟 | 11101000111010011110011111110001 | e8e9e7f1 |
UTF-8 | 蓍苟 | 111010001001001110001101111010001000101110011111 | e8938de88b9f |
UHC | 蓍苟 | 11100011110010011100111111000010 | e3c9cfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)