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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | セュ魏セュ魏B | 101111101010110111101001101100001011111010101101111010011011000001000010 | beade9b0beade9b042 |
EUC-JP | セュ魏セュ魏B | 10001110101111101000111010101101111100101011001010001110101111101000111010101101111100101011001001000010 | 8ebe8eadf2b28ebe8eadf2b242 |
UTF-8 | セュ魏セュ魏B | 11101111101111011011111011101111101111011010110111101001101011011000111111101111101111011011111011101111101111011010110111101001101011011000111101000010 | efbdbeefbdade9ad8fefbdbeefbdade9ad8f42 |
UHC | ??魏??魏B | 001111110011111111101010111000000011111100111111111010101110000001000010 | 3f3feae03f3feae042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)