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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 狠癢] | 1110000011000001111000011001100001011101 | e0c1e1985d |
EUC-JP | 狠癢] | 1110000011000011111000011111100001011101 | e0c3e1f85d |
UTF-8 | 狠癢] | 11100111100010111010000011100111100110011010001001011101 | e78ba0e799a25d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)