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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 柔?B | 10001111010111110011111101000010 | 8f5f3f42 |
EUC-JP | 柔?B | 10111101110000000011111101000010 | bdc03f42 |
UTF-8 | 柔렪B | 11100110100111111001010011101011101000001010101001000010 | e69f94eba0aa42 |
UHC | 柔렪B | 1110101011110101100011101011100001000010 | eaf58eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)