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 | 逾党逾怒^ | 111001111010010110010011011111011110011110100101100100110111101101011110 | e7a5937de7a5937b5e |
EUC-JP | 逾党逾怒^ | 111011101010011111000101110111101110111010100111110001011101110001011110 | eea7c5deeea7c5dc5e |
UTF-8 | 逾党逾怒^ | 11101001100000001011111011100101100001011001101011101001100000001011111011100110100000001001001001011110 | e980bee5859ae980bee680925e |
UHC | 逾?逾怒^ | 1110101110110101001111111110101110110101110100101100000101011110 | ebb53febb5d2c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)