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 | 将藜将藜^ | 100011111010101111100101010110111000111110101011111001010101101101011110 | 8fabe55b8fabe55b5e |
EUC-JP | 将藜将藜^ | 101111101010110111101001101111001011111010101101111010011011110001011110 | beade9bcbeade9bc5e |
UTF-8 | 将藜将藜^ | 11100101101100001000011011101000100101111001110011100101101100001000011011101000100101111001110001011110 | e5b086e8979ce5b086e8979c5e |
UHC | ?藜?藜^ | 00111111110101011110110100111111110101011110110101011110 | 3fd5ed3fd5ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)