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 | 紆?瀞?諍? | 111000101111110000111111100100111101001000111111111001100111100100111111 | e2fc3f93d23fe6793f |
| EUC-JP | 紆?瀞?諍? | 111001001111111000111111110001101101010000111111111010111101101000111111 | e4fe3fc6d43febda3f |
| UTF-8 | 紆렡瀞렕諍렣 | 111001111011010010000110111010111010000010100001111001111000000010011110111010111010000010010101111010001010101110001101111010111010000010100011 | e7b486eba0a1e7809eeba095e8ab8deba0a3 |
| UHC | 紆렡瀞렕諍렣 | 111010011110000110001110101100101110111111100111100011101010101011101110101101011000111010110100 | e9e18eb2efe78eaaeeb58eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)