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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褂鷺宍 | 111001011110011010001101111010111000111010110011 | e5e68deb8eb3 |
EUC-JP | 褂鷺宍 | 111010101110100010111010111011011011110010110101 | eae8baedbcb5 |
UTF-8 | 褂鷺宍 | 111010001010010010000010111010011011011110111010111001011010111010001101 | e8a482e9b7bae5ae8d |
UHC | ?鷺? | 00111111110101101101110000111111 | 3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)