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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | セュ魏H | 1011111010101101111010011011000001001000 | beade9b048 |
EUC-JP | セュ魏H | 10001110101111101000111010101101111100101011001001001000 | 8ebe8eadf2b248 |
UTF-8 | セュ魏H | 11101111101111011011111011101111101111011010110111101001101011011000111101001000 | efbdbeefbdade9ad8f48 |
UHC | ??魏H | 0011111100111111111010101110000001001000 | 3f3feae048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)