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?????@h | 001111110101000100111111001111110011111100111111001111110100000001101000 | 3f513f3f3f3f3f4068 |
SJIS-WIN | ?Q?????@h | 001111110101000100111111001111110011111100111111001111110100000001101000 | 3f513f3f3f3f3f4068 |
EUC-JP | ?Q?????@h | 001111110101000100111111001111110011111100111111001111110100000001101000 | 3f513f3f3f3f3f4068 |
UTF-8 | 청Q혡챌챈혻혰@h | 111011001011001010101101010100011110110110011000101000011110110010110001100011001110110010110001100010001110110110011000101110111110110110011000101100000100000001101000 | ecb2ad51ed98a1ecb18cecb188ed98bbed98b04068 |
UHC | 청Q혡챌챈혻혰@h | 110000111011101101010001110000101000101011000011101001111100001110100110110000101010000011000010100101110100000001101000 | c3bb51c28ac3a7c3a6c2a0c2974068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)