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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鴦覿碧^ | 11101001111100011110011001010101100101011100100101011110 | e9f1e65595c95e |
EUC-JP | 鴦覿碧^ | 11110010111100111110101110110110110010101100101101011110 | f2f3ebb6cacb5e |
UTF-8 | 鴦覿碧^ | 11101001101101001010011011101000101001101011111111100111101000101010011101011110 | e9b4a6e8a6bfe7a2a75e |
UHC | 鴦?碧^ | 111001001110110000111111110111001010000101011110 | e4ec3fdca15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)