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 | ð¯ß | 111100001010111111011111 | f0afdf |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ð¯ß | 100011111010100111000011100011111010001010110100100011111010100111001110 | 8fa9c38fa2b48fa9ce |
UTF-8 | ð¯ß | 110000111011000011000010101011111100001110011111 | c3b0c2afc39f |
UHC | ð?ß | 1010100110100011001111111010100110101100 | a9a33fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)