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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鳫耳鹿^ | 111010011110110110001110101010001111000010101010100011101010110101011110 | e9ed8ea8f0aa8ead5e |
EUC-JP | 鳫耳?鹿^ | 1111001011101111101111001010101000111111101111001010111101011110 | f2efbcaa3fbcaf5e |
UTF-8 | 鳫耳鹿^ | 11101001101100111010101111101000100000001011001111101110100000011010100111101001101110011011111101011110 | e9b3abe880b3ee81a9e9b9bf5e |
UHC | ?耳?鹿^ | 00111111111011001011110000111111110101101110001101011110 | 3fecbc3fd6e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)