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 | æ~äú | 11000011101001100111111011000011101001001100001110111010 | c3a67ec3a4c3ba |
SJIS-WIN | ??~???? | 00111111001111110111111000111111001111110011111100111111 | 3f3f7e3f3f3f3f |
EUC-JP | æ~äú | 10001111101010101010101010001111101000101100001101111110100011111010101010101010100011111010001011110000100011111010101010101010100011111010001011101011 | 8faaaa8fa2c37e8faaaa8fa2f08faaaa8fa2eb |
UTF-8 | æ~äú | 11000011100000111100001010100110011111101100001110000011110000101010010011000011100000111100001010111010 | c383c2a67ec383c2a4c383c2ba |
UHC | ??~?¤?º | 001111110011111101111110001111111010001010110100001111111010100010101100 | 3f3f7e3fa2b43fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)