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 | 将ョ。ュ\ | 1000111110101011101011101010000111110010101000011010110101011100 | 8fabaea1f2a1ad5c |
EUC-JP | 将ョ。?ュ\ | 10111110101011011000111010101110100011101010000100111111100011101010110101011100 | bead8eae8ea13f8ead5c |
UTF-8 | 将ョ。ュ\ | 11100101101100001000011011101111101111011010111011101111101111011010000111101110100001111001100011101111101111011010110101011100 | e5b086efbdaeefbda1ee8798efbdad5c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)