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 | 鮟鷺涎 | 111010011011101110001101111010111001111110110101 | e9bb8deb9fb5 |
EUC-JP | 鮟鷺涎 | 111100101011110110111010111011011101111010110111 | f2bdbaeddeb7 |
UTF-8 | 鮟鷺涎 | 111010011010111010011111111010011011011110111010111001101011011010001110 | e9ae9fe9b7bae6b68e |
UHC | 鮟鷺涎 | 111001001101010111010110110111001110011011001110 | e4d5d6dce6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)