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 | 雕績 | 11101000101110001001000011010001 | e8b890d1 |
EUC-JP | 雕績 | 11110000101110101100000011010011 | f0bac0d3 |
UTF-8 | 雕績 | 111010011001101110010101111001111011100010111110 | e99b95e7b8be |
UHC | 雕績 | 11110000111001111110111011100000 | f0e7eee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)