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 | ¾ÊÚ~ | 1011111011001010100011101101101001111110 | beca8eda7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ?Ê?Ú~ | 001111111000111110101010101101000011111110001111101010101110001001111110 | 3f8faab43f8faae27e |
UTF-8 | ¾ÊÚ~ | 110000101011111011000011100010101100001010001110110000111001101001111110 | c2bec38ac28ec39a7e |
UHC | ¾???~ | 101010001111101000111111001111110011111101111110 | a8fa3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)