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 | 蒸?淫紗?霽 | 10001111111101100011111110001000111110101000111011010001001111111110100011000111 | 8ff63f88fa8ed13fe8c7 |
| EUC-JP | 蒸?淫紗?霽 | 10111110111110000011111110110000111111001011110011010011001111111111000011001001 | bef83fb0fcbcd33ff0c9 |
| UTF-8 | 蒸렣淫紗삡霽 | 111010001001001010111000111010111010000010100011111001101011011110101011111001111011010010010111111011001000001010100001111010011001110010111101 | e892b8eba0a3e6b7abe7b497ec82a1e99cbd |
| UHC | 蒸렣淫紗삡霽 | 111100011111101010001110101101001110101111100010110111101110100110111011111001001111000010111000 | f1fa8eb4ebe2dee9bbe4f0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)