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 | ?贍鼾讓ク骰 | 00111111111001101101011011101010100011011110011010101000101110001110100110001101 | 3fe6d6ea8de6a8b8e98d |
| EUC-JP | 鸖贍鼾讓ク骰 | 10001111111011001101010111101100110110001111001111101101111011001010101010001110101110001111000111101101 | 8fecd5ecd8f3edecaa8eb8f1ed |
| UTF-8 | 鸖贍鼾讓ク骰 | 111010011011100010010110111010001011010010001101111010011011110010111110111010001010111010010011111011111011110110111000111010011010101010110000 | e9b896e8b48de9bcbee8ae93efbdb8e9aab0 |
| UHC | ?贍?讓?? | 0011111111100000111010110011111111100101110100110011111100111111 | 3fe0eb3fe5d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)