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 | ?@?@B | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 亦@亦@B | 10010110100100100100000010010110100100100100000001000010 | 96924096924042 |
EUC-JP | 亦@亦@B | 11001011111100100100000011001011111100100100000001000010 | cbf240cbf24042 |
UTF-8 | 亦@亦@B | 111001001011101010100110010000001110010010111010101001100100000001000010 | e4baa640e4baa64042 |
UHC | 亦@亦@B | 11100110101100100100000011100110101100100100000001000010 | e6b240e6b24042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)