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 | ?????向 | 00111111001111110011111100111111001111111000110011111100 | 3f3f3f3f3f8cfc |
| EUC-JP | ?????向 | 00111111001111110011111100111111001111111011100011111110 | 3f3f3f3f3fb8fe |
| UTF-8 | 렠렱렯롍렢向 | 111010111010000010100000111010111010000010110001111010111010000010101111111010111010000110001101111010111010000010100010111001011001000010010001 | eba0a0eba0b1eba0afeba18deba0a2e59091 |
| UHC | 렠렱렯롍렢向 | 100011101011000110001110101111101000111010111100100011101101001110001110101100111111101010111110 | 8eb18ebe8ebc8ed38eb3fabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)