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 | 襪旧洪芟 | 1110011001000011100010111000110010001101010111101110010010001100 | e6438b8c8d5ee48c |
EUC-JP | 襪旧洪芟 | 1110101110100100101101011110110010111001101111111110011111101100 | eba4b5ecb9bfe7ec |
UTF-8 | 襪旧洪芟 | 111010001010010110101010111001101001011110100111111001101011010010101010111010001000101010011111 | e8a5aae697a7e6b4aae88a9f |
UHC | 襪?洪芟 | 11011000110010100011111111111011111100111101111110110111 | d8ca3ffbf3dfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)