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 | 魘盈魘盈^ | 111010011011010010001001011011011110100110110100100010010110110101011110 | e9b4896de9b4896d5e |
EUC-JP | 魘盈魘盈^ | 111100101011011010110001110011101111001010110110101100011100111001011110 | f2b6b1cef2b6b1ce5e |
UTF-8 | 魘盈魘盈^ | 11101001101011011001100011100111100110111000100011101001101011011001100011100111100110111000100001011110 | e9ad98e79b88e9ad98e79b885e |
UHC | ?盈?盈^ | 00111111111001111100001100111111111001111100001101011110 | 3fe7c33fe7c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)