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 | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
SJIS-WIN | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
EUC-JP | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
UTF-8 | 청Z혦짠청횑 | 11101100101100101010110101011010111011011001100010100110111011001010011110100000111011001011001010101101111011011001101010010001 | ecb2ad5aed98a6eca7a0ecb2aded9a91 |
UHC | 청Z혦짠청횑 | 1100001110111011010110101100001010001110110000101010011111000011101110111100001110001100 | c3bb5ac28ec2a7c3bbc38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)