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 | CA@ | 100100100100001110010010010000011001001001000000 | 924392419240 |
SJIS-WIN | ?C?A?@ | 001111110100001100111111010000010011111101000000 | 3f433f413f40 |
EUC-JP | ?C?A?@ | 001111110100001100111111010000010011111101000000 | 3f433f413f40 |
UTF-8 | CA@ | 110000101001001001000011110000101001001001000001110000101001001001000000 | c29243c29241c29240 |
UHC | ?C?A?@ | 001111110100001100111111010000010011111101000000 | 3f433f413f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)