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 | ?星 | 001111111001000010101111 | 3f90af |
EUC-JP | 渲星 | 1000111111000111111011001100000010110001 | 8fc7ecc0b1 |
UTF-8 | 渲星 | 111001101011100010110010111001101001100010011111 | e6b8b2e6989f |
UHC | 渲星 | 11100000110000101110000011111000 | e0c2e0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)