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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驪党驪怒^ | 111010011000101110010011011111011110100110001011100100110111101101011110 | e98b937de98b937b5e |
EUC-JP | 驪党驪怒^ | 111100011110101111000101110111101111000111101011110001011101110001011110 | f1ebc5def1ebc5dc5e |
UTF-8 | 驪党驪怒^ | 11101001101010011010101011100101100001011001101011101001101010011010101011100110100000001001001001011110 | e9a9aae5859ae9a9aae680925e |
UHC | 驪?驪怒^ | 1101010111110001001111111101010111110001110100101100000101011110 | d5f13fd5f1d2c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)