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??Q | 001111110011111101010001001111110011111101010001 | 3f3f513f3f51 |
SJIS-WIN | 恁?Q恁?Q | 1001110010001100001111110101000110011100100011000011111101010001 | 9c8c3f519c8c3f51 |
EUC-JP | 恁?Q恁?Q | 1101011111101100001111110101000111010111111011000011111101010001 | d7ec3f51d7ec3f51 |
UTF-8 | 恁₄Q恁찥Q | 1110011010000001100000011110001010000010100001000101000111100110100000011000000111101100101100001010010101010001 | e68181e2828451e68181ecb0a551 |
UHC | 恁₄Q恁찥Q | 11101100111101101010100111111110010100011110110011110110101010100100000101010001 | ecf6a9fe51ecf6aa4151 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)