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 | ???WB | 0011111100111111001111110101011101000010 | 3f3f3f5742 |
SJIS-WIN | 飮??WB | 100111110101101000111111001111110101011101000010 | 9f5a3f3f5742 |
EUC-JP | 飮??WB | 110111011011101100111111001111110101011101000010 | ddbb3f3f5742 |
UTF-8 | 飮곗뎰WB | 1110100110100011101011101110101010110011100101111110101110001110101100000101011101000010 | e9a3aeeab397eb8eb05742 |
UHC | 飮곗뎰WB | 1110101111100110101100001110110010001001100000110101011101000010 | ebe6b0ec89835742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)