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 | ?® | 0011111110101110 | 3fae |
SJIS-WIN | 亦? | 100101101001001000111111 | 96923f |
EUC-JP | 亦® | 1100101111110010100011111010001011101110 | cbf28fa2ee |
UTF-8 | 亦® | 1110010010111010101001101100001010101110 | e4baa6c2ae |
UHC | 亦® | 11100110101100101010001011100111 | e6b2a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)