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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | エス鹿\ | 111100001110001010110100111100011000111010111101100011101010110101011100 | f0e2b4f18ebd8ead5c |
EUC-JP | ?エ?ス鹿\ | 001111111000111010110100001111111000111010111101101111001010111101011100 | 3f8eb43f8ebdbcaf5c |
UTF-8 | エス鹿\ | 11101110100000101010000111101111101111011011010011101110100001001000100111101111101111011011110111101001101110011011111101011100 | ee82a1efbdb4ee8489efbdbde9b9bf5c |
UHC | ????鹿\ | 00111111001111110011111100111111110101101110001101011100 | 3f3f3f3fd6e35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)