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èÅPB | 11101000110001010101000011101000110001010101000001000010 | e8c550e8c55042 |
SJIS-WIN | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
EUC-JP | èÅPèÅPB | 100011111010101110110010100011111010101010101001010100001000111110101011101100101000111110101010101010010101000001000010 | 8fabb28faaa9508fabb28faaa95042 |
UTF-8 | èÅPèÅPB | 1100001110101000110000111000010101010000110000111010100011000011100001010101000001000010 | c3a8c38550c3a8c3855042 |
UHC | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)