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 | 池?煜??? | 1001001001110010001111111111101101010101001111110011111100111111 | 92723ffb553f3f3f |
| EUC-JP | 池?煜?侁? | 1100001111010011001111111000111111001001111111000011111110001111101100001111110000111111 | c3d33f8fc9fc3f8fb0fc3f |
| UTF-8 | 池렡煜렡侁렡 | 111001101011000110100000111010111010000010100001111001111000010110011100111010111010000010100001111001001011111010000001111010111010000010100001 | e6b1a0eba0a1e7859ceba0a1e4be81eba0a1 |
| UHC | 池렡煜렡侁렡 | 111100101010111010001110101100101110100111110010100011101011001011100011111000001000111010110010 | f2ae8eb2e9f28eb2e3e08eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)