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 | íêxB | 10001110111011011000101011101010100100110111100001000010 | 8eed8aea937842 |
| SJIS-WIN | ?????xB | 00111111001111110011111100111111001111110111100001000010 | 3f3f3f3f3f7842 |
| EUC-JP | ?í?ê?xB | 0011111110001111101010111011111100111111100011111010101110110100001111110111100001000010 | 3f8fabbf3f8fabb43f7842 |
| UTF-8 | íêxB | 110000101000111011000011101011011100001010001010110000111010101011000010100100110111100001000010 | c28ec3adc28ac3aac2937842 |
| UHC | ?????xB | 00111111001111110011111100111111001111110111100001000010 | 3f3f3f3f3f7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)