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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ???⑥?e^ | 0011111100111111001111111000011101000101001111110110010101011110 | 3f3f3f87453f655e |
EUC-JP | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
UTF-8 | 泥퀰梨⑥콝e^ | 1110111110100111101000111110110110000000101100001110111110100111101000101110001010010001101001011110110010111101100111010110010101011110 | efa7a3ed80b0efa7a2e291a5ecbd9d655e |
UHC | 泥퀰梨⑥콝e^ | 111011001011001010110100010000111110110010110001101010001110110010110001100101010110010101011110 | ecb2b443ecb1a8ecb195655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)