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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| EUC-JP | 邕??邕??B | 1000111111100001111011010011111100111111100011111110000111101101001111110011111101000010 | 8fe1ed3f3f8fe1ed3f3f42 |
| UTF-8 | 邕듿넍邕듿넍B | 11101001100000101001010111101011100100111011111111101011100001001000110111101001100000101001010111101011100100111011111111101011100001001000110101000010 | e98295eb93bfeb848de98295eb93bfeb848d42 |
| UHC | 邕듿넍邕듿넍B | 11101000101110111000101011100101100001101001100111101000101110111000101011100101100001101001100101000010 | e8bb8ae58699e8bb8ae5869942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)