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 | ñíÎé²¢ | 1111000111101101110011101110100110001110101100101000111010100010 | f1edcee98eb28ea2 |
SJIS-WIN | ???????¢ | 001111110011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f3f8191 |
EUC-JP | ñíÎé???¢ | 1000111110101011110100001000111110101011101111111000111110101010110000101000111110101011101100010011111100111111001111111010000111110001 | 8fabd08fabbf8faac28fabb13f3f3fa1f1 |
UTF-8 | ñíÎé²¢ | 11000011101100011100001110101101110000111000111011000011101010011100001010001110110000101011001011000010100011101100001010100010 | c3b1c3adc38ec3a9c28ec2b2c28ec2a2 |
UHC | ?????²?? | 001111110011111100111111001111110011111110101001111101110011111100111111 | 3f3f3f3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)