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 | 跏唇跛エ迢 | 111001101110011010010000010011111110011011101010101101001110011110001011 | e6e6904fe6eab4e78b |
EUC-JP | 跏唇跛エ迢 | 11101100111010001011111110110000111011001110110010001110101101001110110111101011 | ece8bfb0ecec8eb4edeb |
UTF-8 | 跏唇跛エ迢 | 111010001011011110001111111001011001010010000111111010001011011110011011111011111011110110110100111010001011111110100010 | e8b78fe59487e8b79befbdb4e8bfa2 |
UHC | 跏唇跛?? | 1100101010111010111100101100011011110111111101010011111100111111 | cabaf2c6f7f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)