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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 材盲骨智 | 1000110111011110100101101101001110001101100111001001001001110001 | 8dde96d38d9c9271 |
EUC-JP | 材盲骨智 | 1011101011100000110011001101010110111001111111001100001111010010 | bae0ccd5b9fcc3d2 |
UTF-8 | 材盲骨智 | 111001101001110110010000111001111001101110110010111010011010101010101000111001101001100110111010 | e69d90e79bb2e9aaa8e699ba |
UHC | 材盲骨智 | 1110111010100111110110001110111011001101111010011111001010101010 | eea7d8eecde9f2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)