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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | セロ酌捨 | 101111101101101110001110110111101000111011001100 | bedb8ede8ecc |
| EUC-JP | セロ酌捨 | 1000111010111110100011101101101110111100111000001011110011001110 | 8ebe8edbbce0bcce |
| UTF-8 | セロ酌捨 | 111011111011110110111110111011111011111010011011111010011000010110001100111001101000110110101000 | efbdbeefbe9be9858ce68da8 |
| UHC | ??酌捨 | 001111110011111111101101110011001101111011010111 | 3f3fedccded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)