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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 裹ス諛ス^ | 11100101111001011011110111100110100001111011110101011110 | e5e5bde687bd5e |
EUC-JP | 裹ス諛ス^ | 111010101110011110001110101111011110101111100111100011101011110101011110 | eae78ebdebe78ebd5e |
UTF-8 | 裹ス諛ス^ | 11101000101000111011100111101111101111011011110111101000101010111001101111101111101111011011110101011110 | e8a3b9efbdbde8ab9befbdbd5e |
UHC | ??諛?^ | 001111110011111111101011101100000011111101011110 | 3f3febb03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)