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 | òã÷£ðíO^ | 1111001011100011111101111010001111110000111011010100111101011110 | f2e3f7a3f0ed4f5e |
| SJIS-WIN | ??÷£??O^ | 00111111001111111000000110000000100000011001001000111111001111110100111101011110 | 3f3f818081923f3f4f5e |
| EUC-JP | òã÷£ðíO^ | 100011111010101111010010100011111010101110101010101000011110000010100001111100101000111110101001110000111000111110101011101111110100111101011110 | 8fabd28fabaaa1e0a1f28fa9c38fabbf4f5e |
| UTF-8 | òã÷£ðíO^ | 1100001110110010110000111010001111000011101101111100001010100011110000111011000011000011101011010100111101011110 | c3b2c3a3c3b7c2a3c3b0c3ad4f5e |
| UHC | ??÷?ð?O^ | 00111111001111111010000111000000001111111010100110100011001111110100111101011110 | 3f3fa1c03fa9a33f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)