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 | 紅? | 100011010110011100111111 | 8d673f |
EUC-JP | 紅? | 101110011100100000111111 | b9c83f |
UTF-8 | 紅뤍 | 111001111011010010000101111010111010010010001101 | e7b485eba48d |
UHC | 紅뤍 | 11111011111101011000111110111101 | fbf58fbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)