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 | ?C? | 001111110100001100111111 | 3f433f |
SJIS-WIN | 廁C鏨 | 1001101111111000010000111110100001010011 | 9bf843e853 |
EUC-JP | 廁C鏨 | 1101011011111010010000111110111110110100 | d6fa43efb4 |
UTF-8 | 廁C鏨 | 11100101101110111000000101000011111010011000111110101000 | e5bb8143e98fa8 |
UHC | ?C? | 001111110100001100111111 | 3f433f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)