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 | ä°Î | 11100100101011011011000011001110 | e4adb0ce |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | ä?°Î | 100011111010101110100011001111111010000111101011100011111010101011000010 | 8faba33fa1eb8faac2 |
UTF-8 | ä°Î | 1100001110100100110000101010110111000010101100001100001110001110 | c3a4c2adc2b0c38e |
UHC | ?°? | 001111111010000110101001101000011100011000111111 | 3fa1a9a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)