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 | àÍnoBF | 111000001100110101101110011011110100001001000110 | e0cd6e6f4246 |
SJIS-WIN | ??noBF | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
EUC-JP | àÍnoBF | 10001111101010111010001010001111101010101011111101101110011011110100001001000110 | 8faba28faabf6e6f4246 |
UTF-8 | àÍnoBF | 1100001110100000110000111000110101101110011011110100001001000110 | c3a0c38d6e6f4246 |
UHC | ??noBF | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)