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 | 娃????? | 10001000101000010011111100111111001111110011111100111111 | 88a13f3f3f3f3f |
| EUC-JP | 娃?ʼn??? | 101100001010001100111111100011111010100111001010001111110011111100111111 | b0a33f8fa9ca3f3f3f |
| UTF-8 | 娃듬ʼn溜좊젇 | 1110010110101000100000111110101110010011101011001100010110001001111011111010011110001011111011001010001010001010111011001010000010000111 | e5a883eb93acc589efa78beca28aeca087 |
| UHC | 娃듬ʼn溜좊젇 | 111010001101111110110101111010111010100110110000111010101111111010100000111010111010000010001010 | e8dfb5eba9b0eafea0eba08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)