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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | ?縟^ | 00111111111000110111010001011110 | 3fe3745e |
| EUC-JP | ?縟^ | 00111111111001011101010101011110 | 3fe5d55e |
| UTF-8 | 쐛縟^ | 11101100100100001001101111100111101110001001111101011110 | ec909be7b89f5e |
| UHC | 쐛縟^ | 1001110010000001111010011011001001011110 | 9c81e9b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)