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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 錚敎?^ | 111010000100001011111010110011010011111101011110 | e842facd3f5e |
| EUC-JP | 錚??^ | 1110111110100011001111110011111101011110 | efa33f3f5e |
| UTF-8 | 錚敎쓱^ | 11101001100011001001101011100110100101011000111011101100100100111011000101011110 | e98c9ae6958eec93b15e |
| UHC | 錚敎쓱^ | 11101110101101101100111011100111101111101011001101011110 | eeb6cee7beb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)