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 | CB^ | 1001001001000011100100100100001001011110 | 924392425e |
SJIS-WIN | ?C?B^ | 0011111101000011001111110100001001011110 | 3f433f425e |
EUC-JP | ?C?B^ | 0011111101000011001111110100001001011110 | 3f433f425e |
UTF-8 | CB^ | 11000010100100100100001111000010100100100100001001011110 | c29243c292425e |
UHC | ?C?B^ | 0011111101000011001111110100001001011110 | 3f433f425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)