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 | CL@ | 100100100100001110010001010011001001001001000000 | 9243914c9240 |
SJIS-WIN | ?C?L?@ | 001111110100001100111111010011000011111101000000 | 3f433f4c3f40 |
EUC-JP | ?C?L?@ | 001111110100001100111111010011000011111101000000 | 3f433f4c3f40 |
UTF-8 | CL@ | 110000101001001001000011110000101001000101001100110000101001001001000000 | c29243c2914cc29240 |
UHC | ?C?L?@ | 001111110100001100111111010011000011111101000000 | 3f433f4c3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)