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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 祭攀賓B | 10001101110101011001110110110011100101010110111101000010 | 8dd59db3956f42 |
EUC-JP | 祭攀賓B | 10111010110101111101101010110101110010011101000001000010 | bad7dab5c9d042 |
UTF-8 | 祭攀賓B | 11100111101001011010110111100110100101001000000011101000101100111001001101000010 | e7a5ade69480e8b39342 |
UHC | 祭攀賓B | 11110000101011101101101011100111110111101011100101000010 | f0aedae7deb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)