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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雕仙搗 | 111010001011100010010000111001011001110110010001 | e8b890e59d91 |
EUC-JP | 雕仙搗 | 111100001011101011000000111001111101100111110001 | f0bac0e7d9f1 |
UTF-8 | 雕仙搗 | 111010011001101110010101111001001011101110011001111001101001000010010111 | e99b95e4bb99e69097 |
UHC | 雕仙搗 | 111100001110011111100000101110011101001111111101 | f0e7e0b9d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)