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 | âÈä®î | 1110001011001000111001001010111011101110 | e2c8e4aeee |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | âÈä®î | 100011111010101110100100100011111010101010110010100011111010101110100011100011111010001011101110100011111010101111000010 | 8faba48faab28faba38fa2ee8fabc2 |
UTF-8 | âÈä®î | 11000011101000101100001110001000110000111010010011000010101011101100001110101110 | c3a2c388c3a4c2aec3ae |
UHC | ???®? | 001111110011111100111111101000101110011100111111 | 3f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)