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 | á^ | 10011000101011011110000110011010100000101000111001011110 | 98ade19a828e5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??á???^ | 001111110011111110001111101010111010000100111111001111110011111101011110 | 3f3f8faba13f3f3f5e |
UTF-8 | á^ | 11000010100110001100001010101101110000111010000111000010100110101100001010000010110000101000111001011110 | c298c2adc3a1c29ac282c28e5e |
UHC | ?????^ | 0011111110100001101010010011111100111111001111110011111101011110 | 3fa1a93f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)