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 | 蘭箒 | 10010111100101101110001010110100 | 9796e2b4 |
EUC-JP | 蘭箒 | 11001101111101101110010010110110 | cdf6e4b6 |
UTF-8 | 蘭箒 | 111010001001100010101101111001111010111010010010 | e898ade7ae92 |
UHC | 蘭? | 110101011011010100111111 | d5b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)