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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-WIN | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
EUC-JP | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
UTF-8 | 혦쩌횪쩐혦횖@ | 11101101100110001010011011101100101010011000110011101101100110101010101011101100101010011001000011101101100110001010011011101101100110101001011001000000 | ed98a6eca98ced9aaaeca990ed98a6ed9a9640 |
UHC | 혦쩌횪쩐혦횖@ | 11000010100011101100001010111100110000111010000011000010101111101100001010001110110000111001000001000000 | c28ec2bcc3a0c2bec28ec39040 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)