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 | îü´ë¡ô | 111011101111110010110100111010111010000111110100 | eefcb4eba1f4 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | îü´ë¡ô | 1000111110101011110000101000111110101011111001001010000110101101100011111010101110110011100011111010001011000010100011111010101111010100 | 8fabc28fabe4a1ad8fabb38fa2c28fabd4 |
UTF-8 | îü´ë¡ô | 110000111010111011000011101111001100001010110100110000111010101111000010101000011100001110110100 | c3aec3bcc2b4c3abc2a1c3b4 |
UHC | ??´?¡? | 0011111100111111101000101010010100111111101000101010111000111111 | 3f3fa2a53fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)