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 | ?Y?n}?Y?n{^ | 0011111101011001001111110110111001111101001111110101100100111111011011100111101101011110 | 3f593f6e7d3f593f6e7b5e |
SJIS-WIN | ?Y?n}?Y?n{^ | 0011111101011001001111110110111001111101001111110101100100111111011011100111101101011110 | 3f593f6e7d3f593f6e7b5e |
EUC-JP | ?Y?n}?Y?n{^ | 0011111101011001001111110110111001111101001111110101100100111111011011100111101101011110 | 3f593f6e7d3f593f6e7b5e |
UTF-8 | 청Y째n}청Y째n{^ | 11101100101100101010110101011001111011001010011110111000011011100111110111101100101100101010110101011001111011001010011110111000011011100111101101011110 | ecb2ad59eca7b86e7decb2ad59eca7b86e7b5e |
UHC | 청Y째n}청Y째n{^ | 110000111011101101011001110000101011000001101110011111011100001110111011010110011100001010110000011011100111101101011110 | c3bb59c2b06e7dc3bb59c2b06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)