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 | «§ý | 101010111010011111111101 | aba7fd |
SJIS-WIN | ?§? | 00111111100000011001100000111111 | 3f81983f |
EUC-JP | ?§ý | 001111111010000111111000100011111010101111110010 | 3fa1f88fabf2 |
UTF-8 | «§ý | 110000101010101111000010101001111100001110111101 | c2abc2a7c3bd |
UHC | ?§? | 00111111101000011101011100111111 | 3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)