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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 該?\}該?\{^ | 1000101001011001001111110101110001111101100010100101100100111111010111000111101101011110 | 8a593f5c7d8a593f5c7b5e |
EUC-JP | 該?\}該?\{^ | 1011001110111010001111110101110001111101101100111011101000111111010111000111101101011110 | b3ba3f5c7db3ba3f5c7b5e |
UTF-8 | 該텡\}該텡\{^ | 1110100010101001101100101110110110000101101000010101110001111101111010001010100110110010111011011000010110100001010111000111101101011110 | e8a9b2ed85a15c7de8a9b2ed85a15c7b5e |
UHC | 該텡\}該텡\{^ | 11111010101100011100010111011110010111000111110111111010101100011100010111011110010111000111101101011110 | fab1c5de5c7dfab1c5de5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)