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 | 榮?] | 10011110110001000011111101011101 | 9ec43f5d |
EUC-JP | 榮?] | 11011100110001100011111101011101 | dcc63f5d |
UTF-8 | 榮냂] | 11100110101001101010111011101011100000111000001001011101 | e6a6aeeb83825d |
UHC | 榮냂] | 1110011110110100100001100101000101011101 | e7b486515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)