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 | íõ¶î® | 111011011111010110001110101101101110111010101110 | edf58eb6eeae |
| SJIS-WIN | ???¶?? | 00111111001111110011111110000001111101110011111100111111 | 3f3f3f81f73f3f |
| EUC-JP | íõ?¶î® | 100011111010101110111111100011111010101111011000001111111010001011111001100011111010101111000010100011111010001011101110 | 8fabbf8fabd83fa2f98fabc28fa2ee |
| UTF-8 | íõ¶î® | 110000111010110111000011101101011100001010001110110000101011011011000011101011101100001010101110 | c3adc3b5c28ec2b6c3aec2ae |
| UHC | ???¶?® | 0011111100111111001111111010001011010010001111111010001011100111 | 3f3f3fa2d23fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)