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 | û²^B | 1111101110110010100011110101111001000010 | fbb28f5e42 |
SJIS-WIN | ???^B | 0011111100111111001111110101111001000010 | 3f3f3f5e42 |
EUC-JP | û??^B | 10001111101010111110010100111111001111110101111001000010 | 8fabe53f3f5e42 |
UTF-8 | û²^B | 1100001110111011110000101011001011000010100011110101111001000010 | c3bbc2b2c28f5e42 |
UHC | ?²?^B | 001111111010100111110111001111110101111001000010 | 3fa9f73f5e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)