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] | 1111101010101111100010101110111010011001101100110101000101011101 | faaf8aee99b3515d |
EUC-JP | 崧基匍Q] | 100011111011101111001010101101001111000011010010101101010101000101011101 | 8fbbcab4f0d2b5515d |
UTF-8 | 崧基匍Q] | 1110010110110100101001111110010110011111101110101110010110001100100011010101000101011101 | e5b4a7e59fbae58c8d515d |
UHC | 崧基匍Q] | 1110001011111110110100001111000111111000110100010101000101011101 | e2fed0f1f8d1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)