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 | ?????. | 00111111001111110011111100111111001111111000000101000100 | 3f3f3f3f3f8144 |
| EUC-JP | ???絪?. | 001111110011111100111111100011111101001111101100001111111010000110100101 | 3f3f3f8fd3ec3fa1a5 |
| UTF-8 | 凉깅ㅉ絪룬. | 111011111010010110111001111010101011100110000101111000111000010110001001111001111011010110101010111010111010001110101100111011111011110010001110 | efa5b9eab985e38589e7b5aaeba3acefbc8e |
| UHC | 凉깅ㅉ絪룬. | 111001011011110010110001111010111010010010111001111011001101111110110111111010011010001110101110 | e5bcb1eba4b9ecdfb7e9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)