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 | áÞöâñü^ | 11100001110111101111011011100010111100011111110001011110 | e1def6e2f1fc5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | áÞöâñü^ | 10001111101010111010000110001111101010011011000010001111101010111101001110001111101010111010010010001111101010111101000010001111101010111110010001011110 | 8faba18fa9b08fabd38faba48fabd08fabe45e |
UTF-8 | áÞöâñü^ | 11000011101000011100001110011110110000111011011011000011101000101100001110110001110000111011110001011110 | c3a1c39ec3b6c3a2c3b1c3bc5e |
UHC | ?Þ????^ | 0011111110101000101011010011111100111111001111110011111101011110 | 3fa8ad3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)