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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 将タ。ワ?^ | 10001111101010111100000010100001110111000011111101011110 | 8fabc0a1dc3f5e |
EUC-JP | 将タ。ワ珹^ | 101111101010110110001110110000001000111010100001100011101101110010001111110010111111101101011110 | bead8ec08ea18edc8fcbfb5e |
UTF-8 | 将タ。ワ珹^ | 11100101101100001000011011101111101111101000000011101111101111011010000111101111101111101001110011100111100011111011100101011110 | e5b086efbe80efbda1efbe9ce78fb95e |
UHC | ????珹^ | 00111111001111110011111100111111111000001111101101011110 | 3f3f3f3fe0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)