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 | 篥褒 | 11100010110000111001011001001010 | e2c3964a |
EUC-JP | 篥褒 | 11100100110001011100101110101011 | e4c5cbab |
UTF-8 | 篥褒 | 111001111010111110100101111010001010010010010010 | e7afa5e8a492 |
UHC | ?褒 | 001111111111100011100110 | 3ff8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)