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 | PZZQP[ | 100100100101000010010010010110101001001001011010100100100101000110010010010100001001001001011011 | 9250925a925a92519250925b |
SJIS-WIN | ?P?Z?Z?Q?P?[ | 001111110101000000111111010110100011111101011010001111110101000100111111010100000011111101011011 | 3f503f5a3f5a3f513f503f5b |
EUC-JP | ?P?Z?Z?Q?P?[ | 001111110101000000111111010110100011111101011010001111110101000100111111010100000011111101011011 | 3f503f5a3f5a3f513f503f5b |
UTF-8 | PZZQP[ | 110000101001001001010000110000101001001001011010110000101001001001011010110000101001001001010001110000101001001001010000110000101001001001011011 | c29250c2925ac2925ac29251c29250c2925b |
UHC | ?P?Z?Z?Q?P?[ | 001111110101000000111111010110100011111101011010001111110101000100111111010100000011111101011011 | 3f503f5a3f5a3f513f503f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)