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??B | 0011111101010100001111110011111101000010 | 3f543f3f42 |
SJIS-WIN | ?T??B | 0011111101010100001111110011111101000010 | 3f543f3f42 |
EUC-JP | ?T??B | 0011111101010100001111110011111101000010 | 3f543f3f42 |
UTF-8 | 청T혦쨈B | 1110110010110010101011010101010011101101100110001010011011101100101010001000100001000010 | ecb2ad54ed98a6eca88842 |
UHC | 청T혦쨈B | 1100001110111011010101001100001010001110110000101011010001000010 | c3bb54c28ec2b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)