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 | 執霖ホ骼カ | 11110000101100101000111010110111111010001100000111001110111010011000111010110110 | f0b28eb7e8c1cee98eb6 |
| EUC-JP | ?執霖ホ骼カ | 0011111110111100101110011111000011000011100011101100111011110001111011101000111010110110 | 3fbcb9f0c38ecef1ee8eb6 |
| UTF-8 | 執霖ホ骼カ | 111011101000000110110001111001011001111110110111111010011001110010010110111011111011111010001110111010011010101010111100111011111011110110110110 | ee81b1e59fb7e99c96efbe8ee9aabcefbdb6 |
| UHC | ?執霖??? | 0011111111110010111110111101011111111101001111110011111100111111 | 3ff2fbd7fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)