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 | 髻懈ケソ荳ア | 11101001100111111001110011100110101110011011111111100100101110001000001101000001 | e99f9ce6b9bfe4b88341 |
| EUC-JP | 髻懈ケソ荳ア | 111100101010000111011000111010001000111010111001100011101011111111101000101110101010010110100010 | f2a1d8e88eb98ebfe8baa5a2 |
| UTF-8 | 髻懈ケソ荳ア | 111010011010101110111011111001101000011110001000111011111011110110111001111011111011110110111111111010001000110110110011111000111000001010100010 | e9abbbe68788efbdb9efbdbfe88db3e382a2 |
| UHC | ?懈??荳ア | 001111111111101010101011001111110011111111010100111001011010101110100010 | 3ffaab3f3fd4e5aba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)