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茖 | 1001101111111000010000111110010010100001 | 9bf843e4a1 |
EUC-JP | 廁C茖 | 1101011011111010010000111110100010100011 | d6fa43e8a3 |
UTF-8 | 廁C茖 | 11100101101110111000000101000011111010001000110010010110 | e5bb8143e88c96 |
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)