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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉈オ貊募 | 11100111111010111011010111100110101110111001010111100101 | e7ebb5e6bb95e5 |
EUC-JP | 鉈オ貊募 | 1110111011101101100011101011010111101100101111011100101011100111 | eeed8eb5ecbdcae7 |
UTF-8 | 鉈オ貊募 | 111010011000100110001000111011111011110110110101111010001011001010001010111001011000101110011111 | e98988efbdb5e8b28ae58b9f |
UHC | ??貊募 | 001111110011111111011000111001111101100110110100 | 3f3fd8e7d9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)