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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ氾アテ療 | 11000011100101001100001110110001110000111001011111000011 | c394c3b1c397c3 |
EUC-JP | テ氾アテ療 | 10001110110000111100100011000101100011101011000110001110110000111100111011000101 | 8ec3c8c58eb18ec3cec5 |
UTF-8 | テ氾アテ療 | 111011111011111010000011111001101011000010111110111011111011110110110001111011111011111010000011111001111001100110000010 | efbe83e6b0beefbdb1efbe83e79982 |
UHC | ?氾??療 | 00111111110110111111000000111111001111111101011011111011 | 3fdbf03f3fd6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)