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 | 淼夭摺淏 | 1111101101000101100110101110111010010000101000001111101101000010 | fb459aee90a0fb42 |
| EUC-JP | 淼夭摺淏 | 10001111110001111110011011010100111100001100000010100010100011111100011111011001 | 8fc7e6d4f0c0a28fc7d9 |
| UTF-8 | 淼夭摺淏 | 111001101011011110111100111001011010010010101101111001101001000110111010111001101011011110001111 | e6b7bce5a4ade691bae6b78f |
| UHC | ?夭摺淏 | 00111111111010001110110011101111110010011111101111001000 | 3fe8ecefc9fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)