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??[ | 0011111101000011001111110011111101011011 | 3f433f3f5b |
SJIS-WIN | 哺C咫唸[ | 1001101001001101010000111001101001000000100110100101100001011011 | 9a4d439a409a585b |
EUC-JP | 哺C咫唸[ | 1101001110101110010000111101001110100001110100111011100101011011 | d3ae43d3a1d3b95b |
UTF-8 | 哺C咫唸[ | 1110010110010011101110100100001111100101100100101010101111100101100101001011100001011011 | e593ba43e592abe594b85b |
UHC | 哺C咫?[ | 11111000110101000100001111110010101000010011111101011011 | f8d443f2a13f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)