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 | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
SJIS-WIN | 驍ェ轣シy | 11101001100000101010101011100111100000011011110001111001 | e982aae781bc79 |
EUC-JP | 驍ェ轣シy | 111100011110001010001110101010101110110111100001100011101011110001111001 | f1e28eaaede18ebc79 |
UTF-8 | 驍ェ轣シy | 11101001101010011000110111101111101111011010101011101000101111011010001111101111101111011011110001111001 | e9a98defbdaae8bda3efbdbc79 |
UHC | 驍???y | 111111011010010000111111001111110011111101111001 | fda43f3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)