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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 娥o | 100110110100110101101111 | 9b4d6f |
EUC-JP | 娥o | 110101011010111001101111 | d5ae6f |
UTF-8 | 娥o | 11100101101010001010010101101111 | e5a8a56f |
UHC | 娥o | 111001001011000001101111 | e4b06f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)