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 | 遒作椏繧エ | 111001111010001010001101111011001001111010010011111000111000001010110100 | e7a28dec9e93e382b4 |
EUC-JP | 遒作椏繧エ | 11101110101001001011101011101110110110111111001111100101111000101000111010110100 | eea4baeedbf3e5e28eb4 |
UTF-8 | 遒作椏繧エ | 111010011000000110010010111001001011110110011100111001101010010010001111111001111011100110100111111011111011110110110100 | e98192e4bd9ce6a48fe7b9a7efbdb4 |
UHC | ?作??? | 001111111110110111000010001111110011111100111111 | 3fedc23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)