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 | 銹耶寶 | 111001111111011010010110111010111001101110001111 | e7f696eb9b8f |
EUC-JP | 銹耶寶 | 111011101111100011001100111011011101010111101111 | eef8ccedd5ef |
UTF-8 | 銹耶寶 | 111010011000101010111001111010001000000010110110111001011010111110110110 | e98ab9e880b6e5afb6 |
UHC | 銹耶寶 | 111000101100100011100101101011011101110011000100 | e2c8e5addcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)