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 | §½ | 1010011110111101 | a7bd |
SJIS-WIN | §? | 100000011001100000111111 | 81983f |
EUC-JP | §? | 101000011111100000111111 | a1f83f |
UTF-8 | §½ | 11000010101001111100001010111101 | c2a7c2bd |
UHC | §½ | 10100001110101111010100011110110 | a1d7a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)