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 | 譿鰭 | 11111011101011001001010101101000 | fbac9568 |
EUC-JP | ?鰭 | 001111111100100111001001 | 3fc9c9 |
UTF-8 | 譿鰭 | 111010001010110110111111111010011011000010101101 | e8adbfe9b0ad |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)