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???? | 001111110101000100111111001111110011111100111111 | 3f513f3f3f3f |
SJIS-WIN | ?Q???? | 001111110101000100111111001111110011111100111111 | 3f513f3f3f3f |
EUC-JP | ?Q???? | 001111110101000100111111001111110011111100111111 | 3f513f3f3f3f |
UTF-8 | 청Q혦쩔챨짠 | 11101100101100101010110101010001111011011001100010100110111011001010100110010100111011001011000110101000111011001010011110100000 | ecb2ad51ed98a6eca994ecb1a8eca7a0 |
UHC | 청Q혦쩔챨짠 | 1100001110111011010100011100001010001110110000101011111111000011101100001100001010100111 | c3bb51c28ec2bfc3b0c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)