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 | 艤沿 | 11100100011111101000100110001000 | e47e8988 |
EUC-JP | 艤沿 | 11100111110111111011000111101000 | e7dfb1e8 |
UTF-8 | 艤沿 | 111010001000100110100100111001101011001010111111 | e889a4e6b2bf |
UHC | 艤沿 | 11101011111110101110011011001101 | ebfae6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)