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 | ò£«ïöÒÐ | 1111001010100011100011101010101111101111111101101101001011010000 | f2a38eabeff6d2d0 |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | ò£??ïöÒ? | 1000111110101011110100101010000111110010001111110011111110001111101010111100000110001111101010111101001110001111101010101101001000111111 | 8fabd2a1f23f3f8fabc18fabd38faad23f |
UTF-8 | ò£«ïöÒÐ | 11000011101100101100001010100011110000101000111011000010101010111100001110101111110000111011011011000011100100101100001110010000 | c3b2c2a3c28ec2abc3afc3b6c392c390 |
UHC | ???????Ð | 001111110011111100111111001111110011111100111111001111111010100010100010 | 3f3f3f3f3f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)