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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 齋?懋義杞 | 111000100101011000111111100111001110101010001011011000001001111001011000 | e2563f9cea8b609e58 |
| EUC-JP | 齋?懋義杞 | 111000111011011100111111110110001110110010110101110000011101101110111001 | e3b73fd8ecb5c1dbb9 |
| UTF-8 | 齋모懋義杞 | 111010011011110110001011111010111010101010101000111001101000011110001011111001111011111010101001111001101001110110011110 | e9bd8bebaaa8e6878be7bea9e69d9e |
| UHC | 齋모懋義杞 | 11101110101100011011100011110000110110011110010111101011111110011101000110100011 | eeb1b8f0d9e5ebf9d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)