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 | 荳檍 | 11100100101110001001111011111000 | e4b89ef8 |
EUC-JP | 荳檍 | 11101000101110101101110011111010 | e8badcfa |
UTF-8 | 荳檍 | 111010001000110110110011111001101010101010001101 | e88db3e6aa8d |
UHC | 荳檍 | 11010100111001011110010111100101 | d4e5e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)