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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | ??モ?c^ | 00111111001111111000001110000010001111110110001101011110 | 3f3f83823f635e |
EUC-JP | ??モ?c^ | 00111111001111111010010111100010001111110110001101011110 | 3f3fa5e23f635e |
UTF-8 | 룶퀛モ▩c^ | 1110101110100011101101101110110110000000100110111110001110000011101000101110001010010110101010010110001101011110 | eba3b6ed809be383a2e296a9635e |
UHC | 룶퀛モ▩c^ | 10001111101010111011001110001111101010111110001010100010110011000110001101011110 | 8fabb38fabe2a2cc635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)