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 | 泣模泣模^ | 100010111000001110010110110011011000101110000011100101101100110101011110 | 8b8396cd8b8396cd5e |
EUC-JP | 泣模泣模^ | 101101011110001111001100110011111011010111100011110011001100111101011110 | b5e3cccfb5e3cccf5e |
UTF-8 | 泣模泣模^ | 11100110101100111010001111100110101010001010000111100110101100111010001111100110101010001010000101011110 | e6b3a3e6a8a1e6b3a3e6a8a15e |
UHC | 泣模泣模^ | 111010111110100011011001101111001110101111101000110110011011110001011110 | ebe8d9bcebe8d9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)