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 | 游ì | 11100110101110001011100011101100 | e6b8b8ec |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 游ì | 100011111010100111000001100011111010001010110001100011111010001010110001100011111010101111000000 | 8fa9c18fa2b18fa2b18fabc0 |
UTF-8 | 游ì | 1100001110100110110000101011100011000010101110001100001110101100 | c3a6c2b8c2b8c3ac |
UHC | 游? | 10101001101000011010001010101100101000101010110000111111 | a9a1a2aca2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)