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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 弍悛弍簓^ | 100110001010111110011100101000001001100010101111111000101100011101011110 | 98af9ca098afe2c75e |
EUC-JP | 弍悛弍簓^ | 110100001011000111011000101000101101000010110001111001001100100101011110 | d0b1d8a2d0b1e4c95e |
UTF-8 | 弍悛弍簓^ | 11100101101111001000110111100110100000101001101111100101101111001000110111100111101100001001001101011110 | e5bc8de6829be5bc8de7b0935e |
UHC | ?悛??^ | 001111111110111011111001001111110011111101011110 | 3feef93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)