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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
UTF-8 | 청횑혦쨈P | 11101100101100101010110111101101100110101001000111101101100110001010011011101100101010001000100001010000 | ecb2aded9a91ed98a6eca88850 |
UHC | 청횑혦쨈P | 110000111011101111000011100011001100001010001110110000101011010001010000 | c3bbc38cc28ec2b450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)