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 | ???踰? | 001111110011111100111111111001101111101000111111 | 3f3f3fe6fa3f |
| EUC-JP | ???踰? | 001111110011111100111111111011001111110000111111 | 3f3f3fecfc3f |
| UTF-8 | 琉깊슀踰랧 | 111011111010011110001100111010101011100110001010111011001000101010000000111010001011100010110000111010111001111010100111 | efa78ceab98aec8a80e8b8b0eb9ea7 |
| UHC | 琉깊슀踰랧 | 11101011101001001011000111101101100110101001001111101011101100101000111001001000 | eba4b1ed9a93ebb28e48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)