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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セャ煮硝ォ^ | 1011111010101100100011101100111110001111110010011010101101011110 | beac8ecf8fc9ab5e |
EUC-JP | セャ煮硝ォ^ | 1000111010111110100011101010110010111100110100011011111011001011100011101010101101011110 | 8ebe8eacbcd1becb8eab5e |
UTF-8 | セャ煮硝ォ^ | 11101111101111011011111011101111101111011010110011100111100001011010111011100111101000011001110111101111101111011010101101011110 | efbdbeefbdace785aee7a19defbdab5e |
UHC | ??煮硝?^ | 0011111100111111111011011011010011110101101001100011111101011110 | 3f3fedb4f5a63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)