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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?辱鏃? | 001111111001000001001010111010000101011000111111 | 3f904ae8563f |
| EUC-JP | ?辱鏃? | 001111111011111110101011111011111011011100111111 | 3fbfabefb73f |
| UTF-8 | 뤚辱鏃아 | 111010111010010010011010111010001011111010110001111010011000111110000011111011001001010110000100 | eba49ae8beb1e98f83ec9584 |
| UHC | 뤚辱鏃아 | 1000111111001001111010011011010011110000111011001011111011000110 | 8fc9e9b4f0ecbec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)