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 | ?魄?白^ | 00111111111010011010111000111111100101001001001001011110 | 3fe9ae3f94925e |
EUC-JP | 獐魄獐白^ | 1000111111001011101110101111001010110000100011111100101110111010110001111111001001011110 | 8fcbbaf2b08fcbbac7f25e |
UTF-8 | 獐魄獐白^ | 11100111100011011001000011101001101011011000010011100111100011011001000011100111100110011011110101011110 | e78d90e9ad84e78d90e799bd5e |
UHC | 獐魄獐白^ | 111011011110111111011011110111101110110111101111110110111101110001011110 | edefdbdeedefdbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)