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 | 尉汨 | 10001000110100011001111110010001 | 88d19f91 |
EUC-JP | 尉汨 | 10110000110100111101110111110001 | b0d3ddf1 |
UTF-8 | 尉汨 | 111001011011000010001001111001101011000110101000 | e5b089e6b1a8 |
UHC | 尉汨 | 11101010110011111100110111100111 | eacfcde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)