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 | 拗? | 100111010101100000111111 | 9d583f |
EUC-JP | 拗? | 110110011011100100111111 | d9b93f |
UTF-8 | 拗꿱 | 111001101000101110010111111010101011111110110001 | e68b97eabfb1 |
UHC | 拗꿱 | 11101000111100111011001011101000 | e8f3b2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)