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 | ?N?J}?N?J{^ | 0011111101001110001111110100101001111101001111110100111000111111010010100111101101011110 | 3f4e3f4a7d3f4e3f4a7b5e |
SJIS-WIN | ?N?J}?N?J{^ | 0011111101001110001111110100101001111101001111110100111000111111010010100111101101011110 | 3f4e3f4a7d3f4e3f4a7b5e |
EUC-JP | ?N?J}?N?J{^ | 0011111101001110001111110100101001111101001111110100111000111111010010100111101101011110 | 3f4e3f4a7d3f4e3f4a7b5e |
UTF-8 | 청N짝J}청N짝J{^ | 11101100101100101010110101001110111011001010011110011101010010100111110111101100101100101010110101001110111011001010011110011101010010100111101101011110 | ecb2ad4eeca79d4a7decb2ad4eeca79d4a7b5e |
UHC | 청N짝J}청N짝J{^ | 110000111011101101001110110000101010011001001010011111011100001110111011010011101100001010100110010010100111101101011110 | c3bb4ec2a64a7dc3bb4ec2a64a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)