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 | 維??? | 1000100011011011001111110011111100111111 | 88db3f3f3f |
| EUC-JP | 維??? | 1011000011011101001111110011111100111111 | b0dd3f3f3f |
| UTF-8 | 維귣춵紐 | 111001111011011010101101111010101011011110100011111011001011011010110101111011111010011110001111 | e7b6adeab7a3ecb6b5efa78f |
| UHC | 維귣춵紐 | 1110101110101011100000101110101110101101100100011110101110101010 | ebab82ebad91ebaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)