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 | ???閻 | 0011111100111111001111111110100010000101 | 3f3f3fe885 |
| EUC-JP | ???閻 | 0011111100111111001111111110111111100101 | 3f3f3fefe5 |
| UTF-8 | 琉앭궘閻 | 111011111010011110001100111011001001010110101101111010101011011010011000111010011001011010111011 | efa78cec95adeab698e996bb |
| UHC | 琉앭궘閻 | 1110101110100100100111011110010110000010101011011110011110100010 | eba49de582ade7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)