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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 綜?釐^ | 100100011000111000111111111001111101100001011110 | 918e3fe7d85e |
EUC-JP | 綜?釐^ | 110000011110111000111111111011101101101001011110 | c1ee3feeda5e |
UTF-8 | 綜븍釐^ | 11100111101101101001110011101011101110001000110111101001100001111001000001011110 | e7b69cebb88de987905e |
UHC | 綜븍釐^ | 11110000111111001011101011101011110101111110110101011110 | f0fcbaebd7ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)