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 | 跣慕柑韶 | 1110011011101111100101011110011110001010101110011110100011101110 | e6ef95e78ab9e8ee |
| EUC-JP | 跣慕柑韶 | 1110110011110001110010101110100110110100101110111111000011110000 | ecf1cae9b4bbf0f0 |
| UTF-8 | 跣慕柑韶 | 111010001011011110100011111001101000010110010101111001101001111110010001111010011001111110110110 | e8b7a3e68595e69f91e99fb6 |
| UHC | 跣慕柑韶 | 1110000011010011110110011011011111001010111100111110000111010010 | e0d3d9b7caf3e1d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)