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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄒ッ陟也ウァ | 111001111011111010101111111010001010000010010110111001111011001110100111 | e7beafe8a096e7b3a7 |
EUC-JP | 鄒ッ陟也ウァ | 111011101100000010001110101011111111000010100010110011001110100110001110101100111000111010100111 | eec08eaff0a2cce98eb38ea7 |
UTF-8 | 鄒ッ陟也ウァ | 111010011000010010010010111011111011110110101111111010011001100110011111111001001011100110011111111011111011110110110011111011111011110110100111 | e98492efbdafe9999fe4b99fefbdb3efbda7 |
UHC | 鄒?陟也?? | 111101011101101100111111111101001011001111100101101001010011111100111111 | f5db3ff4b3e5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)