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 | û²^{û²^s | 11111011101100101000111101011110011110111111101110110010100011110101111001110011 | fbb28f5e7bfbb28f5e73 |
SJIS-WIN | ???^{???^s | 00111111001111110011111101011110011110110011111100111111001111110101111001110011 | 3f3f3f5e7b3f3f3f5e73 |
EUC-JP | û??^{û??^s | 1000111110101011111001010011111100111111010111100111101110001111101010111110010100111111001111110101111001110011 | 8fabe53f3f5e7b8fabe53f3f5e73 |
UTF-8 | û²^{û²^s | 11000011101110111100001010110010110000101000111101011110011110111100001110111011110000101011001011000010100011110101111001110011 | c3bbc2b2c28f5e7bc3bbc2b2c28f5e73 |
UHC | ?²?^{?²?^s | 001111111010100111110111001111110101111001111011001111111010100111110111001111110101111001110011 | 3fa9f73f5e7b3fa9f73f5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)