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 | CP\ | 1001001001000011100100100101000001011100 | 924392505c |
SJIS-WIN | ?C?P\ | 0011111101000011001111110101000001011100 | 3f433f505c |
EUC-JP | ?C?P\ | 0011111101000011001111110101000001011100 | 3f433f505c |
UTF-8 | CP\ | 11000010100100100100001111000010100100100101000001011100 | c29243c292505c |
UHC | ?C?P\ | 0011111101000011001111110101000001011100 | 3f433f505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)