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 | æë°\ | 11100110100000101001111111101011101100001001101001011100 | e6829febb09a5c |
SJIS-WIN | ????°?\ | 0011111100111111001111110011111110000001100010110011111101011100 | 3f3f3f3f818b3f5c |
EUC-JP | æ??ë°?\ | 100011111010100111000001001111110011111110001111101010111011001110100001111010110011111101011100 | 8fa9c13f3f8fabb3a1eb3f5c |
UTF-8 | æë°\ | 11000011101001101100001010000010110000101001111111000011101010111100001010110000110000101001101001011100 | c3a6c282c29fc3abc2b0c29a5c |
UHC | æ???°?\ | 101010011010000100111111001111110011111110100001110001100011111101011100 | a9a13f3f3fa1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)