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 | 貍豹 | 11100110101111001001010101011110 | e6bc955e |
EUC-JP | 貍豹 | 11101100101111101100100110111111 | ecbec9bf |
UTF-8 | 貍豹 | 111010001011001010001101111010001011000110111001 | e8b28de8b1b9 |
UHC | ?豹 | 001111111111100011111011 | 3ff8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)