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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??杖?哉 | 00111111001111111000111111110001001111111000110111000110 | 3f3f8ff13f8dc6 |
| EUC-JP | 獐?杖?哉 | 100011111100101110111010001111111011111011110011001111111011101011001000 | 8fcbba3fbef33fbac8 |
| UTF-8 | 獐렠杖렦哉 | 111001111000110110010000111010111010000010100000111001101001110110010110111010111010000010100110111001011001001110001001 | e78d90eba0a0e69d96eba0a6e59389 |
| UHC | 獐렠杖렦哉 | 11101101111011111000111010110001111011011110100010001110101101011110111010100011 | edef8eb1ede88eb5eea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)