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^ | 11100101111111011000100110001100100000010101000001011110 | e5fd898c81505e |
SJIS-WIN | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
EUC-JP | åý???P^ | 1000111110101011101010011000111110101011111100100011111100111111001111110101000001011110 | 8faba98fabf23f3f3f505e |
UTF-8 | åýP^ | 110000111010010111000011101111011100001010001001110000101000110011000010100000010101000001011110 | c3a5c3bdc289c28cc281505e |
UHC | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)