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 | ??????s | 00111111001111110011111100111111001111110011111101110011 | 3f3f3f3f3f3f73 |
SJIS-WIN | 将イ将ョ将。s | 10001111101010111011001010001111101010111010111010001111101010111010000101110011 | 8fabb28fabae8faba173 |
EUC-JP | 将イ将ョ将。s | 10111110101011011000111010110010101111101010110110001110101011101011111010101101100011101010000101110011 | bead8eb2bead8eaebead8ea173 |
UTF-8 | 将イ将ョ将。s | 11100101101100001000011011101111101111011011001011100101101100001000011011101111101111011010111011100101101100001000011011101111101111011010000101110011 | e5b086efbdb2e5b086efbdaee5b086efbda173 |
UHC | ??????s | 00111111001111110011111100111111001111110011111101110011 | 3f3f3f3f3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)