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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シマシン珀獸 | 1011110011001111101111001101110111100000110111111110000011010111 | bccfbcdde0dfe0d7 |
EUC-JP | シマシン珀獸 | 100011101011110010001110110011111000111010111100100011101101110111100000111000011110000011011001 | 8ebc8ecf8ebc8edde0e1e0d9 |
UTF-8 | シマシン珀獸 | 111011111011110110111100111011111011111010001111111011111011110110111100111011111011111010011101111001111000111110000000111001111000110110111000 | efbdbcefbe8fefbdbcefbe9de78f80e78db8 |
UHC | ????珀獸 | 0011111100111111001111110011111111011010110101101110001010101110 | 3f3f3f3fdad6e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)