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 | ñâÊíÁïoBF | 111100011110001011001010111011011100000111101111011011110100001001000110 | f1e2caedc1ef6f4246 |
SJIS-WIN | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
EUC-JP | ñâÊíÁïoBF | 100011111010101111010000100011111010101110100100100011111010101010110100100011111010101110111111100011111010101010100001100011111010101111000001011011110100001001000110 | 8fabd08faba48faab48fabbf8faaa18fabc16f4246 |
UTF-8 | ñâÊíÁïoBF | 110000111011000111000011101000101100001110001010110000111010110111000011100000011100001110101111011011110100001001000110 | c3b1c3a2c38ac3adc381c3af6f4246 |
UHC | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)