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 | ¨ù¢¥¨ù¨ | 10101000111110011010001010100101101010001111100110101000 | a8f9a2a5a8f9a8 |
| SJIS-WIN | ¨?¢¥¨?¨ | 100000010100111000111111100000011001000110000001100011111000000101001110001111111000000101001110 | 814e3f8191818f814e3f814e |
| EUC-JP | ¨ù¢?¨ù¨ | 101000011010111110001111101010111110001110100001111100010011111110100001101011111000111110101011111000111010000110101111 | a1af8fabe3a1f13fa1af8fabe3a1af |
| UTF-8 | ¨ù¢¥¨ù¨ | 1100001010101000110000111011100111000010101000101100001010100101110000101010100011000011101110011100001010101000 | c2a8c3b9c2a2c2a5c2a8c3b9c2a8 |
| UHC | ¨???¨?¨ | 10100001101001110011111100111111001111111010000110100111001111111010000110100111 | a1a73f3f3fa1a73fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)