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 | 潭苟 | 11100000010010111110010010010001 | e04be491 |
EUC-JP | 潭苟 | 11011111101011001110011111110001 | dface7f1 |
UTF-8 | 潭苟 | 111001101011110110101101111010001000101110011111 | e6bdade88b9f |
UHC | 潭苟 | 11010011110000011100111111000010 | d3c1cfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)