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 | 﨧箘 | 11111011110100111110001010101110 | fbd3e2ae |
EUC-JP | ?箘 | 001111111110010010110000 | 3fe4b0 |
UTF-8 | 﨧箘 | 111011111010100010100111111001111010111010011000 | efa8a7e7ae98 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)