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] | 10001111101010101110001010100001110111110101000101011101 | 8faae2a1df515d |
EUC-JP | 宵筍゚Q] | 1011111010101100111001001010001110001110110111110101000101011101 | beace4a38edf515d |
UTF-8 | 宵筍゚Q] | 1110010110101110101101011110011110101101100011011110111110111110100111110101000101011101 | e5aeb5e7ad8defbe9f515d |
UHC | 宵筍?Q] | 11100001101100101110001011101100001111110101000101011101 | e1b2e2ec3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)