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 | ?δ | 001111111000001111000010 | 3f83c2 |
EUC-JP | ?δ | 001111111010011011000100 | 3fa6c4 |
UTF-8 | 렌δ | 1110101110100000100011001100111010110100 | eba08cceb4 |
UHC | 렌δ | 10110111101110111010010111100100 | b7bba5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)