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 | 辷唇迪エ迢 | 111001111000100010010000010011111110011110001100101101001110011110001011 | e788904fe78cb4e78b |
EUC-JP | 辷唇迪エ迢 | 11101101111010001011111110110000111011011110110010001110101101001110110111101011 | ede8bfb0edec8eb4edeb |
UTF-8 | 辷唇迪エ迢 | 111010001011111010110111111001011001010010000111111010001011111110101010111011111011110110110100111010001011111110100010 | e8beb7e59487e8bfaaefbdb4e8bfa2 |
UHC | ?唇迪?? | 00111111111100101100011011101110111010000011111100111111 | 3ff2c6eee83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)