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 | §¹ | 1010011110111001 | a7b9 |
SJIS-WIN | §? | 100000011001100000111111 | 81983f |
EUC-JP | §? | 101000011111100000111111 | a1f83f |
UTF-8 | §¹ | 11000010101001111100001010111001 | c2a7c2b9 |
UHC | §¹ | 10100001110101111010100111110110 | a1d7a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)