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 | ?B?Y?Q?I^ | 001111110100001000111111010110010011111101010001001111110100100101011110 | 3f423f593f513f495e |
SJIS-WIN | ?B?Y?Q?I^ | 001111110100001000111111010110010011111101010001001111110100100101011110 | 3f423f593f513f495e |
EUC-JP | ?B?Y?Q?I^ | 001111110100001000111111010110010011111101010001001111110100100101011110 | 3f423f593f513f495e |
UTF-8 | 혪B혪Y혪Q혪I^ | 1110110110011000101010100100001011101101100110001010101001011001111011011001100010101010010100011110110110011000101010100100100101011110 | ed98aa42ed98aa59ed98aa51ed98aa495e |
UHC | 혪B혪Y혪Q혪I^ | 11000010100100100100001011000010100100100101100111000010100100100101000111000010100100100100100101011110 | c29242c29259c29251c292495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)