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 | ô¥¼£ä | 111101001010010110111100101000111000111111100100 | f4a5bca38fe4 |
| SJIS-WIN | ?¥?£?? | 0011111110000001100011110011111110000001100100100011111100111111 | 3f818f3f81923f3f |
| EUC-JP | ô??£?ä | 1000111110101011110101000011111100111111101000011111001000111111100011111010101110100011 | 8fabd43f3fa1f23f8faba3 |
| UTF-8 | ô¥¼£ä | 110000111011010011000010101001011100001010111100110000101010001111000010100011111100001110100100 | c3b4c2a5c2bcc2a3c28fc3a4 |
| UHC | ??¼??? | 00111111001111111010100011111001001111110011111100111111 | 3f3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)