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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 旭???A | 100010001010111000111111001111110011111101000001 | 88ae3f3f3f41 |
| EUC-JP | 旭???A | 101100001011000000111111001111110011111101000001 | b0b03f3f3f41 |
| UTF-8 | 旭렔欌렪A | 11100110100101111010110111101011101000001001010011100110101011001000110011101011101000001010101001000001 | e697adeba094e6ac8ceba0aa41 |
| UHC | 旭렔欌렪A | 111010011110111110001110101010011110110111101011100011101011100001000001 | e9ef8ea9edeb8eb841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)