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 | 蝠檍 | 11100101100101011001111011111000 | e5959ef8 |
EUC-JP | 蝠檍 | 11101001111101011101110011111010 | e9f5dcfa |
UTF-8 | 蝠檍 | 111010001001110110100000111001101010101010001101 | e89da0e6aa8d |
UHC | ?檍 | 001111111110010111100101 | 3fe5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)