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 | 111000001111011001101110011011110100001001000110 | e0f66e6f4246 |
SJIS-WIN | ??noBF | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
EUC-JP | àönoBF | 10001111101010111010001010001111101010111101001101101110011011110100001001000110 | 8faba28fabd36e6f4246 |
UTF-8 | àönoBF | 1100001110100000110000111011011001101110011011110100001001000110 | c3a0c3b66e6f4246 |
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)