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 | セュ魏\ | 1011111010101101111010011011000001011100 | beade9b05c |
EUC-JP | セュ魏\ | 10001110101111101000111010101101111100101011001001011100 | 8ebe8eadf2b25c |
UTF-8 | セュ魏\ | 11101111101111011011111011101111101111011010110111101001101011011000111101011100 | efbdbeefbdade9ad8f5c |
UHC | ??魏\ | 0011111100111111111010101110000001011100 | 3f3feae05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)