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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ク骼ィ質\ | 111100011111100110111000111010011000111010101000100011101011111101011100 | f1f9b8e98ea88ebf5c |
EUC-JP | ?ク骼ィ質\ | 00111111100011101011100011110001111011101000111010101000101111001100000101011100 | 3f8eb8f1ee8ea8bcc15c |
UTF-8 | ク骼ィ質\ | 11101110100001011011010011101111101111011011100011101001101010101011110011101111101111011010100011101000101100111010101001011100 | ee85b4efbdb8e9aabcefbda8e8b3aa5c |
UHC | ????質\ | 00111111001111110011111100111111111100101111010101011100 | 3f3f3f3ff2f55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)