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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 蒸?蒸?B | 10001111111101100011111110001111111101100011111101000010 | 8ff63f8ff63f42 |
| EUC-JP | 蒸?蒸?B | 10111110111110000011111110111110111110000011111101000010 | bef83fbef83f42 |
| UTF-8 | 蒸렟蒸렟B | 11101000100100101011100011101011101000001001111111101000100100101011100011101011101000001001111101000010 | e892b8eba09fe892b8eba09f42 |
| UHC | 蒸렟蒸렟B | 111100011111101010001110101100001111000111111010100011101011000001000010 | f1fa8eb0f1fa8eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)