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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 七鰲 | 111100011110011110001110101101011110100111100000 | f1e78eb5e9e0 |
EUC-JP | ?七鰲 | 0011111110111100101101111111001011100010 | 3fbcb7f2e2 |
UTF-8 | 七鰲 | 111011101000010110100010111001001011100010000011111010011011000010110010 | ee85a2e4b883e9b0b2 |
UHC | ?七鰲 | 0011111111110110110100101110100010100111 | 3ff6d2e8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)