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 | §? | 1010011100111111 | a73f |
SJIS-WIN | §? | 100000011001100000111111 | 81983f |
EUC-JP | §Ņ | 1010000111111000100011111010101011001111 | a1f88faacf |
UTF-8 | §Ņ | 11000010101001111100010110000101 | c2a7c585 |
UHC | §? | 101000011101011100111111 | a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)