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 | ñûñÁÊì | 111100011111101111110001110000011100101011101100 | f1fbf1c1caec |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñûñÁÊì | 100011111010101111010000100011111010101111100101100011111010101111010000100011111010101010100001100011111010101010110100100011111010101111000000 | 8fabd08fabe58fabd08faaa18faab48fabc0 |
UTF-8 | ñûñÁÊì | 110000111011000111000011101110111100001110110001110000111000000111000011100010101100001110101100 | c3b1c3bbc3b1c381c38ac3ac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)