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 | 룵âë£ | 1110101110100011101101011110001010000010100000111110101110100011 | eba3b5e28283eba3 |
SJIS-WIN | ?£?????£ | 00111111100000011001001000111111001111110011111100111111001111111000000110010010 | 3f81923f3f3f3f3f8192 |
EUC-JP | ë£?â??ë£ | 10001111101010111011001110100001111100100011111110001111101010111010010000111111001111111000111110101011101100111010000111110010 | 8fabb3a1f23f8faba43f3f8fabb3a1f2 |
UTF-8 | 룵âë£ | 11000011101010111100001010100011110000101011010111000011101000101100001010000010110000101000001111000011101010111100001010100011 | c3abc2a3c2b5c3a2c282c283c3abc2a3 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)