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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 玉??褥 | 100010111100101000111111001111111110010111110001 | 8bca3f3fe5f1 |
| EUC-JP | 玉??褥 | 101101101100110000111111001111111110101011110011 | b6cc3f3feaf3 |
| UTF-8 | 玉먫듊褥 | 111001111000111010001001111010111010100010101011111010111001001110001010111010001010010010100101 | e78e89eba8abeb938ae8a4a5 |
| UHC | 玉먫듊褥 | 1110100010101100100100001110100010001010101111011110100110110011 | e8ac90e88abde9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)