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 | ¨ù¢¯¨ù¢ | 10101000111110011010001010101111101010001111100110100010 | a8f9a2afa8f9a2 |
| SJIS-WIN | ¨?¢?¨?¢ | 1000000101001110001111111000000110010001001111111000000101001110001111111000000110010001 | 814e3f81913f814e3f8191 |
| EUC-JP | ¨ù¢¯¨ù¢ | 1010000110101111100011111010101111100011101000011111000110001111101000101011010010100001101011111000111110101011111000111010000111110001 | a1af8fabe3a1f18fa2b4a1af8fabe3a1f1 |
| UTF-8 | ¨ù¢¯¨ù¢ | 1100001010101000110000111011100111000010101000101100001010101111110000101010100011000011101110011100001010100010 | c2a8c3b9c2a2c2afc2a8c3b9c2a2 |
| UHC | ¨???¨?? | 101000011010011100111111001111110011111110100001101001110011111100111111 | a1a73f3f3fa1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)