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 | 001111110011111100111111001111110111111001000010 | 3f3f3f3f7e42 |
| SJIS-WIN | 紆?才?~B | 1110001011111100001111111000110111001011001111110111111001000010 | e2fc3f8dcb3f7e42 |
| EUC-JP | 紆?才?~B | 1110010011111110001111111011101011001101001111110111111001000010 | e4fe3fbacd3f7e42 |
| UTF-8 | 紆렡才렭~B | 1110011110110100100001101110101110100000101000011110011010001001100011011110101110100000101011010111111001000010 | e7b486eba0a1e6898deba0ad7e42 |
| UHC | 紆렡才렭~B | 11101001111000011000111010110010111011101010011010001110101110100111111001000010 | e9e18eb2eea68eba7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)