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 | ?驗鏃?鏃 | 0011111111101001100001001110100001010110001111111110100001010110 | 3fe984e8563fe856 |
| EUC-JP | ?驗鏃?鏃 | 0011111111110001111001001110111110110111001111111110111110110111 | 3ff1e4efb73fefb7 |
| UTF-8 | 뤌驗鏃앍鏃 | 111010111010010010001100111010011010100110010111111010011000111110000011111011001001010110001101111010011000111110000011 | eba48ce9a997e98f83ec958de98f83 |
| UHC | 뤌驗鏃앍鏃 | 10001111101111001111101011010000111100001110110010111110110011001111000011101100 | 8fbcfad0f0ecbeccf0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)