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 | û²å®¤e^ | 1111101110011101101100101110010110101110101001000110010101011110 | fb9db2e5aea4655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | û??室e^ | 10001111101010111110010100111111001111111000111110101011101010011000111110100010111011101000111110100010111100000110010101011110 | 8fabe53f3f8faba98fa2ee8fa2f0655e |
UTF-8 | û²å®¤e^ | 1100001110111011110000101001110111000010101100101100001110100101110000101010111011000010101001000110010101011110 | c3bbc29dc2b2c3a5c2aec2a4655e |
UHC | ??²?®¤e^ | 0011111100111111101010011111011100111111101000101110011110100010101101000110010101011110 | 3f3fa9f73fa2e7a2b4655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)