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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?┗ | 001111111000010010101111 | 3f84af |
EUC-JP | ?┗ | 001111111010100010110001 | 3fa8b1 |
UTF-8 | 뢍┗ | 111010111010001010001101111000101001010010010111 | eba28de29497 |
UHC | 뢍┗ | 10110111110110001010011010110001 | b7d8a6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)