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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??刑 | 00111111001111111000110001011001 | 3f3f8c59 |
| EUC-JP | ??刑 | 00111111001111111011011110111010 | 3f3fb7ba |
| UTF-8 | 낵룫刑 | 111010111000001010110101111010111010001110101011111001011000100010010001 | eb82b5eba3abe58891 |
| UHC | 낵룫刑 | 101100111011110010001111101000101111101011111101 | b3bc8fa2fafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)