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 | 岦失^ | 11100101101100101010011011100101101001001011000101011110 | e5b2a6e5a4b15e |
SJIS-WIN | ?????±^ | 0011111100111111001111110011111100111111100000010111110101011110 | 3f3f3f3f3f817d5e |
EUC-JP | �失^ | 10001111101010111010100100111111100011111010001011000011100011111010101110101001100011111010001011110000101000011101111001011110 | 8faba93f8fa2c38faba98fa2f0a1de5e |
UTF-8 | 岦失^ | 11000011101001011100001010110010110000101010011011000011101001011100001010100100110000101011000101011110 | c3a5c2b2c2a6c3a5c2a4c2b15e |
UHC | ?²??¤±^ | 00111111101010011111011100111111001111111010001010110100101000011011111001011110 | 3fa9f73f3fa2b4a1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)