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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 雕晏満^ | 11101000101110001001110111100101100101101001111001011110 | e8b89de5969e5e |
EUC-JP | 雕晏満^ | 11110000101110101101101011100111110010111111111001011110 | f0badae7cbfe5e |
UTF-8 | 雕晏満^ | 11101001100110111001010111100110100110011000111111100110101110101000000001011110 | e99b95e6998fe6ba805e |
UHC | 雕晏?^ | 111100001110011111100100110011110011111101011110 | f0e7e4cf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)