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 | ¶¼¢Á | 1000111010110110100011101011110010001110101000101000111011000001 | 8eb68ebc8ea28ec1 |
SJIS-WIN | ?¶???¢?? | 00111111100000011111011100111111001111110011111110000001100100010011111100111111 | 3f81f73f3f3f81913f3f |
EUC-JP | ?¶???¢?Á | 001111111010001011111001001111110011111100111111101000011111000100111111100011111010101010100001 | 3fa2f93f3f3fa1f13f8faaa1 |
UTF-8 | ¶¼¢Á | 11000010100011101100001010110110110000101000111011000010101111001100001010001110110000101010001011000010100011101100001110000001 | c28ec2b6c28ec2bcc28ec2a2c28ec381 |
UHC | ?¶?¼???? | 00111111101000101101001000111111101010001111100100111111001111110011111100111111 | 3fa2d23fa8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)