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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 大齎 | 10010001111001011110011011011000 | 91e5e6d8 |
EUC-JP | 大齎 | 11000010111001111110110011011010 | c2e7ecda |
UTF-8 | 大齎 | 111001011010010010100111111010011011110110001110 | e5a4a7e9bd8e |
UHC | 大齎 | 11010011110111101110111010110010 | d3deeeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)