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 | 銕壻ケ玲 | 11100111111011001001101011100100101110011001011111100110 | e7ec9ae4b997e6 |
| EUC-JP | 銕壻ケ玲 | 1110111011101110110101001110011010001110101110011100111011101000 | eeeed4e68eb9cee8 |
| UTF-8 | 銕壻ケ玲 | 111010011000101010010101111001011010001110111011111011111011110110111001111001111000111010110010 | e98a95e5a3bbefbdb9e78eb2 |
| UHC | ?壻?玲 | 001111111101111111101011001111111101011010111100 | 3fdfeb3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)