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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | 将ウ。ッ。ッc^ | 100011111010101110110011101000011010111110100001101011110110001101011110 | 8fabb3a1afa1af635e |
EUC-JP | 将ウ。ッ。ッc^ | 1011111010101101100011101011001110001110101000011000111010101111100011101010000110001110101011110110001101011110 | bead8eb38ea18eaf8ea18eaf635e |
UTF-8 | 将ウ。ッ。ッc^ | 1110010110110000100001101110111110111101101100111110111110111101101000011110111110111101101011111110111110111101101000011110111110111101101011110110001101011110 | e5b086efbdb3efbda1efbdafefbda1efbdaf635e |
UHC | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)