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 | ?賭 | 001111111001001101110001 | 3f9371 |
EUC-JP | ?賭 | 001111111100010111010010 | 3fc5d2 |
UTF-8 | 뤕賭 | 111010111010010010010101111010001011001110101101 | eba495e8b3ad |
UHC | 뤕賭 | 10001111110001011101010010101110 | 8fc5d4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)