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 | ??ß??ßB | 00111111001111111101111100111111001111111101111101000010 | 3f3fdf3f3fdf42 |
| SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| EUC-JP | ??ß??ßB | 0011111100111111100011111010100111001110001111110011111110001111101010011100111001000010 | 3f3f8fa9ce3f3f8fa9ce42 |
| UTF-8 | 룶킃ß룶킃ßB | 1110101110100011101101101110110110000010100000111100001110011111111010111010001110110110111011011000001010000011110000111001111101000010 | eba3b6ed8283c39feba3b6ed8283c39f42 |
| UHC | 룶킃ß룶킃ßB | 10001111101010111011010010001111101010011010110010001111101010111011010010001111101010011010110001000010 | 8fabb48fa9ac8fabb48fa9ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)