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 | ¼Ä¼µ¼Ý@h | 10001110101111001000111011000100101111001011010110111100110111010100000001101000 | 8ebc8ec4bcb5bcdd4068 |
SJIS-WIN | ????????@h | 00111111001111110011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f3f3f4068 |
EUC-JP | ???Ä???Ý@h | 0011111100111111001111111000111110101010101000110011111100111111001111111000111110101010111100100100000001101000 | 3f3f3f8faaa33f3f3f8faaf24068 |
UTF-8 | ¼Ä¼µ¼Ý@h | 110000101000111011000010101111001100001010001110110000111000010011000010101111001100001010110101110000101011110011000011100111010100000001101000 | c28ec2bcc28ec384c2bcc2b5c2bcc39d4068 |
UHC | ?¼??¼?¼?@h | 00111111101010001111100100111111001111111010100011111001001111111010100011111001001111110100000001101000 | 3fa8f93f3fa8f93fa8f93f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)