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 | 10111111101000110111110101000010 | bfa37d42 |
SJIS-WIN | ?£}B | 0011111110000001100100100111110101000010 | 3f81927d42 |
EUC-JP | ¿£}B | 10001111101000101100010010100001111100100111110101000010 | 8fa2c4a1f27d42 |
UTF-8 | ¿£}B | 110000101011111111000010101000110111110101000010 | c2bfc2a37d42 |
UHC | ¿?}B | 1010001010101111001111110111110101000010 | a2af3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)