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 | ?淺?淺? | 00111111100111111100011100111111100111111100011100111111 | 3f9fc73f9fc73f |
| EUC-JP | ?淺?淺? | 00111111110111101100100100111111110111101100100100111111 | 3fdec93fdec93f |
| UTF-8 | 뤚淺쟌淺쵡 | 111010111010010010011010111001101011011110111010111011001001111110001100111001101011011110111010111011001011010110100001 | eba49ae6b7baec9f8ce6b7baecb5a1 |
| UHC | 뤚淺쟌淺쵡 | 10001111110010011111010010111100110000001111001011110100101111001010110101000001 | 8fc9f4bcc0f2f4bcad41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)