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 | 嚴??應?? | 1001101010001110001111110011111110011100111001000011111100111111 | 9a8e3f3f9ce43f3f |
| EUC-JP | 嚴??應?? | 1101001111101110001111110011111111011000111001100011111100111111 | d3ee3f3fd8e63f3f |
| UTF-8 | 嚴얄몾應롥슖 | 111001011001101010110100111011001001011010000100111010111010101010111110111001101000011110001001111010111010000110100101111011001000101010010110 | e59ab4ec9684ebaabee68789eba1a5ec8a96 |
| UHC | 嚴얄몾應롥슖 | 111001011111000110111110111000101001000110100010111010111110101110001110111001011001101010100101 | e5f1bee291a2ebeb8ee59aa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)