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