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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??釵 | 00111111001111111110011111011110 | 3f3fe7de |
| EUC-JP | ??釵 | 00111111001111111110111011100000 | 3f3feee0 |
| UTF-8 | 렦뤋釵 | 111010111010000010100110111010111010010010001011111010011000011110110101 | eba0a6eba48be987b5 |
| UHC | 렦뤋釵 | 100011101011010110001111101110111111001111111011 | 8eb58fbbf3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)