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{^ | 11101100101100101010110101010100111011011001100010110001011011100111110111101100101100101010110101010100111011011001100010110001011011100111101101011110 | ecb2ad54ed98b16e7decb2ad54ed98b16e7b5e |
UHC | 청T혱n}청T혱n{^ | 110000111011101101010100110000101001100001101110011111011100001110111011010101001100001010011000011011100111101101011110 | c3bb54c2986e7dc3bb54c2986e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)