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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | ?謁?軋Q | 00111111100010010111100100111111111001110110000101010001 | 3f89793fe76151 |
EUC-JP | ?謁?軋Q | 00111111101100011101101000111111111011011100001001010001 | 3fb1da3fedc251 |
UTF-8 | 솝謁섐軋Q | 11101100100001101001110111101000101011001000000111101100100001001001000011101000101110111000101101010001 | ec869de8ac81ec8490e8bb8b51 |
UHC | 솝謁섐軋Q | 101111001101100111100100110101111011110010101011111001001101100001010001 | bcd9e4d7bcabe4d851 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)