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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銹踰 | 111110011100110011100111111101101110011011111010 | f9cce7f6e6fa |
EUC-JP | ?銹踰 | 0011111111101110111110001110110011111100 | 3feef8ecfc |
UTF-8 | 銹踰 | 111011101001110010100111111010011000101010111001111010001011100010110000 | ee9ca7e98ab9e8b8b0 |
UHC | ?銹踰 | 0011111111100010110010001110101110110010 | 3fe2c8ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)