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 | 昕ェ鱧ム | 1111101011001111101010101110100111100101111100011110010111010001 | facfaae9e5f1e5d1 |
EUC-JP | 昕ェ鱧?ム | 10001111110000011111110010001110101010101111001011100111001111111000111011010001 | 8fc1fc8eaaf2e73f8ed1 |
UTF-8 | 昕ェ鱧ム | 111001101001100010010101111011111011110110101010111010011011000110100111111011101000010110100000111011111011111010010001 | e69895efbdaae9b1a7ee85a0efbe91 |
UHC | 昕???? | 111111011101101000111111001111110011111100111111 | fdda3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)