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 | ??h????^ | 0011111100111111011010000011111100111111001111110011111101011110 | 3f3f683f3f3f3f5e |
SJIS-WIN | 将ェh将、。ッ^ | 10001111101010111010101001101000100011111010101110100100101000011010111101011110 | 8fabaa688faba4a1af5e |
EUC-JP | 将ェh将、。ッ^ | 1011111010101101100011101010101001101000101111101010110110001110101001001000111010100001100011101010111101011110 | bead8eaa68bead8ea48ea18eaf5e |
UTF-8 | 将ェh将、。ッ^ | 1110010110110000100001101110111110111101101010100110100011100101101100001000011011101111101111011010010011101111101111011010000111101111101111011010111101011110 | e5b086efbdaa68e5b086efbda4efbda1efbdaf5e |
UHC | ??h????^ | 0011111100111111011010000011111100111111001111110011111101011110 | 3f3f683f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)