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 | Ç´¥ã | 1000111111000111101101001010010111100011 | 8fc7b4a5e3 |
SJIS-WIN | ??´¥? | 00111111001111111000000101001100100000011000111100111111 | 3f3f814c818f3f |
EUC-JP | ?Ç´?ã | 00111111100011111010101010101110101000011010110100111111100011111010101110101010 | 3f8faaaea1ad3f8fabaa |
UTF-8 | Ç´¥ã | 11000010100011111100001110000111110000101011010011000010101001011100001110100011 | c28fc387c2b4c2a5c3a3 |
UHC | ??´?? | 001111110011111110100010101001010011111100111111 | 3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)