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 | «ånP | 1000111110101011111001010110111001010000 | 8fabe56e50 |
SJIS-WIN | ???nP | 0011111100111111001111110110111001010000 | 3f3f3f6e50 |
EUC-JP | ??ånP | 00111111001111111000111110101011101010010110111001010000 | 3f3f8faba96e50 |
UTF-8 | «ånP | 1100001010001111110000101010101111000011101001010110111001010000 | c28fc2abc3a56e50 |
UHC | ???nP | 0011111100111111001111110110111001010000 | 3f3f3f6e50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)