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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茘器衆膵 | 1110010010101011100010101110110110001111010011111110010001011000 | e4ab8aed8f4fe458 |
EUC-JP | 茘器衆膵 | 1110100010101101101101001110111110111101101100001110011110111001 | e8adb4efbdb0e7b9 |
UTF-8 | 茘器衆膵 | 111010001000110010011000111001011001100110101000111010001010000110000110111010001000011010110101 | e88c98e599a8e8a186e886b5 |
UHC | ?器衆膵 | 00111111110100001110111111110001111010111111010111111101 | 3fd0eff1ebf5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)