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 | 艪煖 | 11100100100000101110000010001011 | e482e08b |
EUC-JP | 艪煖 | 11100111111000101101111111101011 | e7e2dfeb |
UTF-8 | 艪煖 | 111010001000100110101010111001111000010110010110 | e889aae78596 |
UHC | ?煖 | 001111111101000111101110 | 3fd1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)