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 | 蒟懈イサ韜包 | 11100100111001011001110011100110101100101011101111101000111010011001010111101111 | e4e59ce6b2bbe8e995ef |
| EUC-JP | 蒟懈イサ韜包 | 111010001110011111011000111010001000111010110010100011101011101111110000111010111100101011110001 | e8e7d8e88eb28ebbf0ebcaf1 |
| UTF-8 | 蒟懈イサ韜包 | 111010001001001010011111111001101000011110001000111011111011110110110010111011111011110110111011111010011001111110011100111001011000110010000101 | e8929fe68788efbdb2efbdbbe99f9ce58c85 |
| UHC | ?懈??韜包 | 001111111111101010101011001111110011111111010100101101111111100011010000 | 3ffaab3f3fd4b7f8d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)