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 | 滓?止?滓 | 1001111111100110001111111000111001111110001111111001111111100110 | 9fe63f8e7e3f9fe6 |
| EUC-JP | 滓?止?滓 | 1101111011101000001111111011101111011111001111111101111011101000 | dee83fbbdf3fdee8 |
| UTF-8 | 滓렔止렣滓 | 111001101011101110010011111010111010000010010100111001101010110110100010111010111010000010100011111001101011101110010011 | e6bb93eba094e6ada2eba0a3e6bb93 |
| UHC | 滓렔止렣滓 | 11101110101010111000111010101001111100101010110110001110101101001110111010101011 | eeab8ea9f2ad8eb4eeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)