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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???游? | 001111110011111100111111100111111110000000111111 | 3f3f3f9fe03f |
| EUC-JP | ???游? | 001111110011111100111111110111101110001000111111 | 3f3f3fdee23f |
| UTF-8 | 씨롈렍游렠 | 111011001001010010101000111010111010000110001000111010111010000010001101111001101011100010111000111010111010000010100000 | ec94a8eba188eba08de6b8b8eba0a0 |
| UHC | 씨롈렍游렠 | 10111110101111101000111011001110100011101010001111101010111111011000111010110001 | bebe8ece8ea3eafd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)