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 | 跛セ迢キ跛 | 1110011011101010101111101110011110001011101101111110011011101010 | e6eabee78bb7e6ea |
EUC-JP | 跛セ迢キ跛 | 11101100111011001000111010111110111011011110101110001110101101111110110011101100 | ecec8ebeedeb8eb7ecec |
UTF-8 | 跛セ迢キ跛 | 111010001011011110011011111011111011110110111110111010001011111110100010111011111011110110110111111010001011011110011011 | e8b79befbdbee8bfa2efbdb7e8b79b |
UHC | 跛???跛 | 11110111111101010011111100111111001111111111011111110101 | f7f53f3f3ff7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)