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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | テ堙療姪ェP | 110000111001101011000011100101111100001110010110110000111010101001010000 | c39ac397c396c3aa50 |
EUC-JP | テ堙療姪ェP | 1000111011000011110101001100010111001110110001011100110011000101100011101010101001010000 | 8ec3d4c5cec5ccc58eaa50 |
UTF-8 | テ堙療姪ェP | 11101111101111101000001111100101101000001001100111100111100110011000001011100101101001111010101011101111101111011010101001010000 | efbe83e5a099e79982e5a7aaefbdaa50 |
UHC | ??療姪?P | 0011111100111111110101101111101111110010111010110011111101010000 | 3f3fd6fbf2eb3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)