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 | 灌渙] | 1001111111110011100111111101000001011101 | 9ff39fd05d |
EUC-JP | 灌渙] | 1101111011110101110111101101001001011101 | def5ded25d |
UTF-8 | 灌渙] | 11100111100000011000110011100110101110001001100101011101 | e7818ce6b8995d |
UHC | 灌渙] | 1100111010110100111111001011100101011101 | ceb4fcb95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)