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 | QU\ | 1001001001010001100100100101010101011100 | 925192555c |
SJIS-WIN | ?Q?U\ | 0011111101010001001111110101010101011100 | 3f513f555c |
EUC-JP | ?Q?U\ | 0011111101010001001111110101010101011100 | 3f513f555c |
UTF-8 | QU\ | 11000010100100100101000111000010100100100101010101011100 | c29251c292555c |
UHC | ?Q?U\ | 0011111101010001001111110101010101011100 | 3f513f555c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)