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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 孵募粮覦 | 1001101101111010100101011110010111100010111011001110011001001111 | 9b7a95e5e2ece64f |
EUC-JP | 孵募粮覦 | 1101010111011011110010101110011111100100111011101110101110110000 | d5dbcae7e4eeebb0 |
UTF-8 | 孵募粮覦 | 111001011010110110110101111001011000101110011111111001111011001010101110111010001010011010100110 | e5adb5e58b9fe7b2aee8a6a6 |
UHC | 孵募粮? | 11011101101000101101100110110100110101011101101100111111 | dda2d9b4d5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)