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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 室萍 | 10001110101110101110010011001010 | 8ebae4ca |
EUC-JP | 室萍 | 10111100101111001110100011001100 | bcbce8cc |
UTF-8 | 室萍 | 111001011010111010100100111010001001000010001101 | e5aea4e8908d |
UHC | 室萍 | 11100011111110001111100011000011 | e3f8f8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)