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 | 褥杞 | 11100101111100011001111001011000 | e5f19e58 |
EUC-JP | 褥杞 | 11101010111100111101101110111001 | eaf3dbb9 |
UTF-8 | 褥杞 | 111010001010010010100101111001101001110110011110 | e8a4a5e69d9e |
UHC | 褥杞 | 11101001101100111101000110100011 | e9b3d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)