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 | ?Hn}?Hn{^ | 001111110100100001101110011111010011111101001000011011100111101101011110 | 3f486e7d3f486e7b5e |
SJIS-WIN | ?Hn}?Hn{^ | 001111110100100001101110011111010011111101001000011011100111101101011110 | 3f486e7d3f486e7b5e |
EUC-JP | ?Hn}?Hn{^ | 001111110100100001101110011111010011111101001000011011100111101101011110 | 3f486e7d3f486e7b5e |
UTF-8 | 찼Hn}찼Hn{^ | 11101100101100001011110001001000011011100111110111101100101100001011110001001000011011100111101101011110 | ecb0bc486e7decb0bc486e7b5e |
UHC | 찼Hn}찼Hn{^ | 1100001110100001010010000110111001111101110000111010000101001000011011100111101101011110 | c3a1486e7dc3a1486e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)