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 | 鄒壽ーエ葹 | 1110011110111110100110101110011010110000101101001110010011011111 | e7be9ae6b0b4e4df |
EUC-JP | 鄒壽ーエ葹 | 11101110110000001101010011101000100011101011000010001110101101001110100011100001 | eec0d4e88eb08eb4e8e1 |
UTF-8 | 鄒壽ーエ葹 | 111010011000010010010010111001011010001110111101111011111011110110110000111011111011110110110100111010001001000110111001 | e98492e5a3bdefbdb0efbdb4e891b9 |
UHC | 鄒壽??? | 11110101110110111110000111111000001111110011111100111111 | f5dbe1f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)