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 | øߥà | 11111000110111111010010111000011 | f8dfa5c3 |
SJIS-WIN | ??¥? | 0011111100111111100000011000111100111111 | 3f3f818f3f |
EUC-JP | øß?Ã | 10001111101010011100110010001111101010011100111000111111100011111010101010101010 | 8fa9cc8fa9ce3f8faaaa |
UTF-8 | øߥà | 1100001110111000110000111001111111000010101001011100001110000011 | c3b8c39fc2a5c383 |
UHC | øß?? | 101010011010101010101001101011000011111100111111 | a9aaa9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)