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 | 룵âAB | 1110101110100011101101011110001010000010100000110100000101000010 | eba3b5e282834142 |
SJIS-WIN | ?£????AB | 001111111000000110010010001111110011111100111111001111110100000101000010 | 3f81923f3f3f3f4142 |
EUC-JP | ë£?â??AB | 10001111101010111011001110100001111100100011111110001111101010111010010000111111001111110100000101000010 | 8fabb3a1f23f8faba43f3f4142 |
UTF-8 | 룵âAB | 1100001110101011110000101010001111000010101101011100001110100010110000101000001011000010100000110100000101000010 | c3abc2a3c2b5c3a2c282c2834142 |
UHC | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)