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] | 100100001110001000111111001111110101000101011101 | 90e23f3f515d |
EUC-JP | 絶??Q] | 110000001110010000111111001111110101000101011101 | c0e43f3f515d |
UTF-8 | 絶믭푷Q] | 1110011110110101101101101110101110101111101011011110110110010001101101110101000101011101 | e7b5b6ebafaded91b7515d |
UHC | 絶믭푷Q] | 1110111110111110100100101110111110111110100001010101000101011101 | efbe92efbe85515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)