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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 誘??\ | 1001011101010101001111110011111101011100 | 97553f3f5c |
EUC-JP | 誘??\ | 1100110110110110001111110011111101011100 | cdb63f3f5c |
UTF-8 | 誘뱀뙠\ | 11101000101010101001100011101011101100011000000011101011100110011010000001011100 | e8aa98ebb180eb99a05c |
UHC | 誘뱀뙠\ | 11101011101011111011100111101100100011001010010101011100 | ebafb9ec8ca55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)