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] | 100110101101001000111111001111110101000101011101 | 9ad23f3f515d |
EUC-JP | 墺??Q] | 110101001101010000111111001111110101000101011101 | d4d43f3f515d |
UTF-8 | 墺드렘Q] | 1110010110100010101110101110101110010011100111001110101110100000100110000101000101011101 | e5a2baeb939ceba098515d |
UHC | 墺드렘Q] | 1110011111110010101101011110010110110111101111010101000101011101 | e7f2b5e5b7bd515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)