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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 執蒿}執蒿{^ | 1000111010110111111001001110010001111101100011101011011111100100111001000111101101011110 | 8eb7e4e47d8eb7e4e47b5e |
EUC-JP | 執蒿}執蒿{^ | 1011110010111001111010001110011001111101101111001011100111101000111001100111101101011110 | bcb9e8e67dbcb9e8e67b5e |
UTF-8 | 執蒿}執蒿{^ | 111001011001111110110111111010001001001010111111011111011110010110011111101101111110100010010010101111110111101101011110 | e59fb7e892bf7de59fb7e892bf7b5e |
UHC | 執蒿}執蒿{^ | 1111001011111011111110111101101001111101111100101111101111111011110110100111101101011110 | f2fbfbda7df2fbfbda7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)