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 | µÂå¯íà | 101101011100001011100101101011111110110111100000 | b5c2e5afede0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Âå¯íà | 00111111100011111010101010100100100011111010101110101001100011111010001010110100100011111010101110111111100011111010101110100010 | 3f8faaa48faba98fa2b48fabbf8faba2 |
UTF-8 | µÂå¯íà | 110000101011010111000011100000101100001110100101110000101010111111000011101011011100001110100000 | c2b5c382c3a5c2afc3adc3a0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)