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^ | 11100110100111111000100110001100100000010101000001011110 | e69f898c81505e |
SJIS-WIN | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
EUC-JP | æ????P^ | 100011111010100111000001001111110011111100111111001111110101000001011110 | 8fa9c13f3f3f3f505e |
UTF-8 | æP^ | 110000111010011011000010100111111100001010001001110000101000110011000010100000010101000001011110 | c3a6c29fc289c28cc281505e |
UHC | æ????P^ | 1010100110100001001111110011111100111111001111110101000001011110 | a9a13f3f3f3f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)