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 | ¿ðº | 101111111111000010111010 | bff0ba |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ¿ðº | 100011111010001011000100100011111010100111000011100011111010001011101011 | 8fa2c48fa9c38fa2eb |
UTF-8 | ¿ðº | 110000101011111111000011101100001100001010111010 | c2bfc3b0c2ba |
UHC | ¿ðº | 101000101010111110101001101000111010100010101100 | a2afa9a3a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)