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 | 繹手界跣 | 1110001110001000100011101110100010001010010001011110011011101111 | e3888ee88a45e6ef |
EUC-JP | 繹手界跣 | 1110010111101000101111001110101010110011101001101110110011110001 | e5e8bceab3a6ecf1 |
UTF-8 | 繹手界跣 | 111001111011100110111001111001101000100110001011111001111001010110001100111010001011011110100011 | e7b9b9e6898be7958ce8b7a3 |
UHC | 繹手界跣 | 1110011010111010111000101010001011001101101000111110000011010011 | e6bae2a2cda3e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)