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 | çzä~ | 11100111011110101110010001111110 | e77ae47e |
SJIS-WIN | ?z?~ | 00111111011110100011111101111110 | 3f7a3f7e |
EUC-JP | çzä~ | 1000111110101011101011100111101010001111101010111010001101111110 | 8fabae7a8faba37e |
UTF-8 | çzä~ | 110000111010011101111010110000111010010001111110 | c3a77ac3a47e |
UHC | ?z?~ | 00111111011110100011111101111110 | 3f7a3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)