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 | 慂??有?? | 1001110011001000001111110011111110010111010011000011111100111111 | 9cc83f3f974c3f3f |
| EUC-JP | 慂??有?? | 1101100011001010001111110011111111001101101011010011111100111111 | d8ca3f3fcdad3f3f |
| UTF-8 | 慂딀낟有띴뭄 | 111001101000010110000010111010111001010010000000111010111000001010011111111001101001110010001001111010111001110110110100111010111010110110000100 | e68582eb9480eb829fe69c89eb9db4ebad84 |
| UHC | 慂딀낟有띴뭄 | 111010011011110110001010111001101011001110101110111010101111001110001101111001001011100110110011 | e9bd8ae6b3aeeaf38de4b9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)