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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鉚應ケ玲 | 11100111111101001001110011100100101110011001011111100110 | e7f49ce4b997e6 |
| EUC-JP | 鉚應ケ玲 | 1110111011110110110110001110011010001110101110011100111011101000 | eef6d8e68eb9cee8 |
| UTF-8 | 鉚應ケ玲 | 111010011000100110011010111001101000011110001001111011111011110110111001111001111000111010110010 | e9899ae68789efbdb9e78eb2 |
| UHC | ?應?玲 | 001111111110101111101011001111111101011010111100 | 3febeb3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)