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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | 将ウ将ゥ「BF | 1000111110101011101100111000111110101011101010011010001011111001011011110100001001000110 | 8fabb38faba9a2f96f4246 |
EUC-JP | 将ウ将ゥ「?BF | 10111110101011011000111010110011101111101010110110001110101010011000111010100010001111110100001001000110 | bead8eb3bead8ea98ea23f4246 |
UTF-8 | 将ウ将ゥ「BF | 1110010110110000100001101110111110111101101100111110010110110000100001101110111110111101101010011110111110111101101000101110111010011011100010110100001001000110 | e5b086efbdb3e5b086efbda9efbda2ee9b8b4246 |
UHC | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)