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 | ÞØ´é | 11011110110110001011010011101001 | ded8b4e9 |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ÞØ´é | 1000111110101001101100001000111110101001101011001010000110101101100011111010101110110001 | 8fa9b08fa9aca1ad8fabb1 |
UTF-8 | ÞØ´é | 1100001110011110110000111001100011000010101101001100001110101001 | c39ec398c2b4c3a9 |
UHC | ÞØ´? | 10101000101011011010100010101010101000101010010100111111 | a8ada8aaa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)