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 | 襪旧洪苹 | 1110011001000011100010111000110010001101010111101110010010011001 | e6438b8c8d5ee499 |
EUC-JP | 襪旧洪苹 | 1110101110100100101101011110110010111001101111111110011111111001 | eba4b5ecb9bfe7f9 |
UTF-8 | 襪旧洪苹 | 111010001010010110101010111001101001011110100111111001101011010010101010111010001000101110111001 | e8a5aae697a7e6b4aae88bb9 |
UHC | 襪?洪? | 110110001100101000111111111110111111001100111111 | d8ca3ffbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)