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? | 0011111100111111001111110101000100111111 | 3f3f3f513f |
SJIS-WIN | 絶??Q? | 100100001110001000111111001111110101000100111111 | 90e23f3f513f |
EUC-JP | 絶??Q? | 110000001110010000111111001111110101000100111111 | c0e43f3f513f |
UTF-8 | 絶볩쉭Q怜 | 11100111101101011011011011101011101100111010100111101100100010011010110101010001111011111010011010101100 | e7b5b6ebb3a9ec89ad51efa6ac |
UHC | 絶볩쉭Q怜 | 111011111011111010010011111011111011110110101101010100011110011110110000 | efbe93efbdad51e7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)