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 | 持附 | 10001110100111011001010110001101 | 8e9d958d |
EUC-JP | 持附 | 10111011111111011100100111101101 | bbfdc9ed |
UTF-8 | 持附 | 111001101000110010000001111010011001100110000100 | e68c81e99984 |
UHC | 持附 | 11110010101001011101110110111110 | f2a5ddbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)