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 | 軒? | 100011001010110000111111 | 8cac3f |
EUC-JP | 軒? | 101110001010111000111111 | b8ae3f |
UTF-8 | 軒뗥 | 111010001011101110010010111010111001011110100101 | e8bb92eb97a5 |
UHC | 軒뗥 | 11111010110011011000101111100101 | facd8be5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)