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 | BPFZMC | 100100100100001010010010010100001001001001000110100100100101101010010010010011011001001001000011 | 924292509246925a924d9243 |
SJIS-WIN | ?B?P?F?Z?M?C | 001111110100001000111111010100000011111101000110001111110101101000111111010011010011111101000011 | 3f423f503f463f5a3f4d3f43 |
EUC-JP | ?B?P?F?Z?M?C | 001111110100001000111111010100000011111101000110001111110101101000111111010011010011111101000011 | 3f423f503f463f5a3f4d3f43 |
UTF-8 | BPFZMC | 110000101001001001000010110000101001001001010000110000101001001001000110110000101001001001011010110000101001001001001101110000101001001001000011 | c29242c29250c29246c2925ac2924dc29243 |
UHC | ?B?P?F?Z?M?C | 001111110100001000111111010100000011111101000110001111110101101000111111010011010011111101000011 | 3f423f503f463f5a3f4d3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)