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 | ò±£ß | 111100101011000110001110101000111000111111011111 | f2b18ea38fdf |
SJIS-WIN | ?±?£?? | 0011111110000001011111010011111110000001100100100011111100111111 | 3f817d3f81923f3f |
EUC-JP | ò±?£?ß | 100011111010101111010010101000011101111000111111101000011111001000111111100011111010100111001110 | 8fabd2a1de3fa1f23f8fa9ce |
UTF-8 | ò±£ß | 110000111011001011000010101100011100001010001110110000101010001111000010100011111100001110011111 | c3b2c2b1c28ec2a3c28fc39f |
UHC | ?±???ß | 0011111110100001101111100011111100111111001111111010100110101100 | 3fa1be3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)