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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?筆幀入 | 00111111100101010100110110011011111010101001001111111100 | 3f954d9bea93fc |
| EUC-JP | ?筆幀入 | 00111111110010011010111011010110111011001100011011111110 | 3fc9aed6ecc6fe |
| UTF-8 | 뤋筆幀入 | 111010111010010010001011111001111010110110000110111001011011100110000000111001011000010110100101 | eba48be7ad86e5b980e585a5 |
| UHC | 뤋筆幀入 | 1000111110111011111110011011011011101111110100111110110011111101 | 8fbbf9b6efd3ecfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)