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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 跫亥彫韆播^ | 1110011011101101100010001110010110010010101001001110100011100110100101000110010001011110 | e6ed88e592a4e8e694645e |
EUC-JP | 跫亥彫韆播^ | 1110110011101111101100001110011111000100101001101111000011101000110001111100010101011110 | ecefb0e7c4a6f0e8c7c55e |
UTF-8 | 跫亥彫韆播^ | 11101000101101111010101111100100101110101010010111100101101111011010101111101001100111111000011011100110100100101010110101011110 | e8b7abe4baa5e5bdabe99f86e692ad5e |
UHC | ?亥彫韆播^ | 00111111111110101010010011110000110000011111010011000111111101111110101101011110 | 3ffaa4f0c1f4c7f7eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)