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 | 長捧?藏 | 10010010101101111001010111111001001111111110010101010101 | 92b795f93fe555 |
| EUC-JP | 長捧?藏 | 11000100101110011100101011111011001111111110100110110110 | c4b9cafb3fe9b6 |
| UTF-8 | 長捧취藏 | 111010011001010110110111111001101000110110100111111011001011011110101000111010001001011110001111 | e995b7e68da7ecb7a8e8978f |
| UHC | 長捧취藏 | 1110110111111110110111001110100111000011111010111110110111111010 | edfedce9c3ebedfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)