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 | û²ç°î | 11111011101100101000111111100111101100001001000111101110 | fbb28fe7b091ee |
SJIS-WIN | ????°?? | 0011111100111111001111110011111110000001100010110011111100111111 | 3f3f3f3f818b3f3f |
EUC-JP | û??ç°?î | 1000111110101011111001010011111100111111100011111010101110101110101000011110101100111111100011111010101111000010 | 8fabe53f3f8fabaea1eb3f8fabc2 |
UTF-8 | û²ç°î | 1100001110111011110000101011001011000010100011111100001110100111110000101011000011000010100100011100001110101110 | c3bbc2b2c28fc3a7c2b0c291c3ae |
UHC | ?²??°?? | 001111111010100111110111001111110011111110100001110001100011111100111111 | 3fa9f73f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)