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 | 闥サ繝ヲ髻ウ | 111010001001001010111011111000111000001110100110111010011001111110110011 | e892bbe383a6e99fb3 |
| EUC-JP | 闥サ繝ヲ髻ウ | 111011111111001010001110101110111110010111100011100011101010011011110010101000011000111010110011 | eff28ebbe5e38ea6f2a18eb3 |
| UTF-8 | 闥サ繝ヲ髻ウ | 111010011001011110100101111011111011110110111011111001111011100110011101111011111011110110100110111010011010101110111011111011111011110110110011 | e997a5efbdbbe7b99defbda6e9abbbefbdb3 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)