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 | 襞碕惨跣 | 1110010111111100100011011110101010001110010100111110011011101111 | e5fc8dea8e53e6ef |
EUC-JP | 襞碕惨跣 | 1110101011111110101110101110110010111011101101001110110011110001 | eafebaecbbb4ecf1 |
UTF-8 | 襞碕惨跣 | 111010001010010110011110111001111010001010010101111001101000001110101000111010001011011110100011 | e8a59ee7a295e683a8e8b7a3 |
UHC | ???跣 | 0011111100111111001111111110000011010011 | 3f3f3fe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)