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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 心?? | 10010000010100110011111100111111 | 90533f3f |
EUC-JP | 心?? | 10111111101101000011111100111111 | bfb43f3f |
UTF-8 | 心굧⒵ | 111001011011111110000011111010101011010110100111111000101001001010110101 | e5bf83eab5a7e292b5 |
UHC | 心굧⒵ | 111000111111110110000010100011011010100111100110 | e3fd828da9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)