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 | ë´ë v | 11101011100110011011010011101011101000001000101001110110 | eb99b4eba08a76 |
SJIS-WIN | ??´???v | 0011111100111111100000010100110000111111001111110011111101110110 | 3f3f814c3f3f3f76 |
EUC-JP | ë?´ë??v | 100011111010101110110011001111111010000110101101100011111010101110110011001111110011111101110110 | 8fabb33fa1ad8fabb33f3f76 |
UTF-8 | ë´ë v | 11000011101010111100001010011001110000101011010011000011101010111100001010100000110000101000101001110110 | c3abc299c2b4c3abc2a0c28a76 |
UHC | ??´???v | 0011111100111111101000101010010100111111001111110011111101110110 | 3f3fa2a53f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)