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 | 驃? | 111010010111111000111111 | e97e3f |
EUC-JP | 驃? | 111100011101111100111111 | f1df3f |
UTF-8 | 驃끔 | 111010011010100110000011111010111000000110010100 | e9a983eb8194 |
UHC | 驃끔 | 11111000111111101011001011111011 | f8feb2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)