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 | ?T?n}?T?n{^ | 0011111101010100001111110110111001111101001111110101010000111111011011100111101101011110 | 3f543f6e7d3f543f6e7b5e |
SJIS-WIN | ?T?n}?T?n{^ | 0011111101010100001111110110111001111101001111110101010000111111011011100111101101011110 | 3f543f6e7d3f543f6e7b5e |
EUC-JP | ?T?n}?T?n{^ | 0011111101010100001111110110111001111101001111110101010000111111011011100111101101011110 | 3f543f6e7d3f543f6e7b5e |
UTF-8 | 청T혫n}청T혫n{^ | 11101100101100101010110101010100111011011001100010101011011011100111110111101100101100101010110101010100111011011001100010101011011011100111101101011110 | ecb2ad54ed98ab6e7decb2ad54ed98ab6e7b5e |
UHC | 청T혫n}청T혫n{^ | 110000111011101101010100110000101001001101101110011111011100001110111011010101001100001010010011011011100111101101011110 | c3bb54c2936e7dc3bb54c2936e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)