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 | ûP¡B | 110000111011101101010000110000101010000101000010 | c3bb50c2a142 |
SJIS-WIN | ??P??B | 001111110011111101010000001111110011111101000010 | 3f3f503f3f42 |
EUC-JP | �P¡B | 100011111010101010101010001111110101000010001111101010101010010010001111101000101100001001000010 | 8faaaa3f508faaa48fa2c242 |
UTF-8 | ûP¡B | 11000011100000111100001010111011010100001100001110000010110000101010000101000010 | c383c2bb50c382c2a142 |
UHC | ??P?¡B | 00111111001111110101000000111111101000101010111001000010 | 3f3f503fa2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)