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 | 荳防 | 11100100101110001001011001101000 | e4b89668 |
EUC-JP | 荳防 | 11101000101110101100101111001001 | e8bacbc9 |
UTF-8 | 荳防 | 111010001000110110110011111010011001100010110010 | e88db3e998b2 |
UHC | 荳防 | 11010100111001011101101111000001 | d4e5dbc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)