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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 癬?僥Q] | 11100001100111010011111110011001010001100101000101011101 | e19d3f9946515d |
EUC-JP | 癬?僥Q] | 11100001111111010011111111010001101001110101000101011101 | e1fd3fd1a7515d |
UTF-8 | 癬섑僥Q] | 1110011110011001101011001110110010000100100100011110010110000011101001010101000101011101 | e799acec8491e583a5515d |
UHC | 癬섑僥Q] | 1110000011001000100110001110110111101000111010010101000101011101 | e0c898ede8e9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)