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 | §Ñ | 1010011111010001 | a7d1 |
SJIS-WIN | §? | 100000011001100000111111 | 81983f |
EUC-JP | §Ñ | 1010000111111000100011111010101011010000 | a1f88faad0 |
UTF-8 | §Ñ | 11000010101001111100001110010001 | c2a7c391 |
UHC | §? | 101000011101011100111111 | a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)