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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?輕??\ | 001111111110011101101010001111110011111101011100 | 3fe76a3f3f5c |
EUC-JP | 沅輕??\ | 1000111111000110111010011110110111001011001111110011111101011100 | 8fc6e9edcb3f3f5c |
UTF-8 | 沅輕렓렎\ | 11100110101100101000010111101000101111001001010111101011101000001001001111101011101000001000111001011100 | e6b285e8bc95eba093eba08e5c |
UHC | 沅輕렓렎\ | 111010101011011011001100111011101000111010101000100011101010010001011100 | eab6ccee8ea88ea45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)