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 | ??懋義杞 | 0011111100111111100111001110101010001011011000001001111001011000 | 3f3f9cea8b609e58 |
| EUC-JP | 濩?懋義杞 | 10001111110010011010010000111111110110001110110010110101110000011101101110111001 | 8fc9a43fd8ecb5c1dbb9 |
| UTF-8 | 濩모懋義杞 | 111001101011111110101001111010111010101010101000111001101000011110001011111001111011111010101001111001101001110110011110 | e6bfa9ebaaa8e6878be7bea9e69d9e |
| UHC | 濩모懋義杞 | 11111011110011011011100011110000110110011110010111101011111110011101000110100011 | fbcdb8f0d9e5ebf9d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)