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 | èù¨D^ | 1110100011111001101010000100010001011110 | e8f9a8445e |
SJIS-WIN | ??¨D^ | 001111110011111110000001010011100100010001011110 | 3f3f814e445e |
EUC-JP | èù¨D^ | 10001111101010111011001010001111101010111110001110100001101011110100010001011110 | 8fabb28fabe3a1af445e |
UTF-8 | èù¨D^ | 1100001110101000110000111011100111000010101010000100010001011110 | c3a8c3b9c2a8445e |
UHC | ??¨D^ | 001111110011111110100001101001110100010001011110 | 3f3fa1a7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)