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 | 鄒ッ陦堤ウァ | 111001111011111010101111111010001010000110010010111001111011001110100111 | e7beafe8a192e7b3a7 |
| EUC-JP | 鄒ッ陦堤ウァ | 111011101100000010001110101011111111000010100011110001001110100110001110101100111000111010100111 | eec08eaff0a3c4e98eb38ea7 |
| UTF-8 | 鄒ッ陦堤ウァ | 111010011000010010010010111011111011110110101111111010011001100110100110111001011010000010100100111011111011110110110011111011111011110110100111 | e98492efbdafe999a6e5a0a4efbdb3efbda7 |
| UHC | 鄒??堤?? | 1111010111011011001111110011111111110000101001110011111100111111 | f5db3f3ff0a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)