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 | 葉?? | 10010111011101000011111100111111 | 97743f3f |
EUC-JP | 葉?đ | 110011011101010100111111100011111010100111000010 | cdd53f8fa9c2 |
UTF-8 | 葉덄đ | 1110100010010001100010011110101110001101100001001100010010010001 | e89189eb8d84c491 |
UHC | 葉덄đ | 111001111010100010001000111001111010100110100010 | e7a888e7a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)