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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉅キ諛カ葹 | 1110011111101000101101111110011010000111101101101110010011011111 | e7e8b7e687b6e4df |
EUC-JP | 鉅キ諛カ葹 | 11101110111010101000111010110111111010111110011110001110101101101110100011100001 | eeea8eb7ebe78eb6e8e1 |
UTF-8 | 鉅キ諛カ葹 | 111010011000100110000101111011111011110110110111111010001010101110011011111011111011110110110110111010001001000110111001 | e98985efbdb7e8ab9befbdb6e891b9 |
UHC | 鉅?諛?? | 11001011111010010011111111101011101100000011111100111111 | cbe93febb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)