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 | ?A?V}?A?V{^ | 0011111101000001001111110101011001111101001111110100000100111111010101100111101101011110 | 3f413f567d3f413f567b5e |
SJIS-WIN | ?A?V}?A?V{^ | 0011111101000001001111110101011001111101001111110100000100111111010101100111101101011110 | 3f413f567d3f413f567b5e |
EUC-JP | ?A?V}?A?V{^ | 0011111101000001001111110101011001111101001111110100000100111111010101100111101101011110 | 3f413f567d3f413f567b5e |
UTF-8 | 혷A창V}혷A창V{^ | 11101101100110001011011101000001111011001011000010111101010101100111110111101101100110001011011101000001111011001011000010111101010101100111101101011110 | ed98b741ecb0bd567ded98b741ecb0bd567b5e |
UHC | 혷A창V}혷A창V{^ | 110000101001111001000001110000111010001001010110011111011100001010011110010000011100001110100010010101100111101101011110 | c29e41c3a2567dc29e41c3a2567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)