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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 뤋낵퀛뭍섭뤵 | 111010111010010010001011111010111000001010110101111011011000000010011011111010111010110110001101111011001000010010101101111010111010010010110101 | eba48beb82b5ed809bebad8dec84adeba4b5 |
| UHC | 뤋낵퀛뭍섭뤵 | 100011111011101110110011101111001011001110001111101110011011011110111100101101111000111111100011 | 8fbbb3bcb38fb9b7bcb78fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)