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 | 谿灰谿灰^ | 111001101010111010001010010001001110011010101110100010100100010001011110 | e6ae8a44e6ae8a445e |
EUC-JP | 谿灰谿灰^ | 111011001011000010110011101001011110110010110000101100111010010101011110 | ecb0b3a5ecb0b3a55e |
UTF-8 | 谿灰谿灰^ | 11101000101100001011111111100111100000011011000011101000101100001011111111100111100000011011000001011110 | e8b0bfe781b0e8b0bfe781b05e |
UHC | 谿灰谿灰^ | 110011011010110011111100111010011100110110101100111111001110100101011110 | cdacfce9cdacfce95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)