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 | 棠棠}棠棠{^ | 1001111010101001100111101010100101111101100111101010100110011110101010010111101101011110 | 9ea99ea97d9ea99ea97b5e |
EUC-JP | 棠棠}棠棠{^ | 1101110010101011110111001010101101111101110111001010101111011100101010110111101101011110 | dcabdcab7ddcabdcab7b5e |
UTF-8 | 棠棠}棠棠{^ | 111001101010001110100000111001101010001110100000011111011110011010100011101000001110011010100011101000000111101101011110 | e6a3a0e6a3a07de6a3a0e6a3a07b5e |
UHC | 棠棠}棠棠{^ | 1101001111010110110100111101011001111101110100111101011011010011110101100111101101011110 | d3d6d3d67dd3d6d3d67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)