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 | 輬½ | 11101000101111001010110010111101 | e8bcacbd |
SJIS-WIN | ??¬? | 0011111100111111100000011100101000111111 | 3f3f81ca3f |
EUC-JP | è?¬? | 10001111101010111011001000111111101000101100110000111111 | 8fabb23fa2cc3f |
UTF-8 | 輬½ | 1100001110101000110000101011110011000010101011001100001010111101 | c3a8c2bcc2acc2bd |
UHC | ?¼?½ | 001111111010100011111001001111111010100011110110 | 3fa8f93fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)