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 | 厭??鹽?^ | 1000100101111101001111110011111111101010011001000011111101011110 | 897d3f3fea643f5e |
EUC-JP | 厭??鹽?^ | 1011000111011110001111110011111111110011110001010011111101011110 | b1de3f3ff3c53f5e |
UTF-8 | 厭붻넑鹽묺^ | 11100101100011101010110111101011101101101011101111101011100001001001000111101001101110011011110111101011101011001011101001011110 | e58eadebb6bbeb8491e9b9bdebacba5e |
UHC | 厭붻넑鹽묺^ | 1110011011110100100101001110100010000110100111001110011110100100100100100100110101011110 | e6f494e8869ce7a4924d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)