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 | 陞る囂繧キ | 111010001001111010000010111010011001101010001111111000111000001010110111 | e89e82e99a8fe382b7 |
EUC-JP | 陞る囂繧キ | 11101111111111101010010011101011110100111110111111100101111000101000111010110111 | effea4ebd3efe5e28eb7 |
UTF-8 | 陞る囂繧キ | 111010011001100110011110111000111000001010001011111001011001101110000010111001111011100110100111111011111011110110110111 | e9999ee3828be59b82e7b9a7efbdb7 |
UHC | 陞る??? | 11100011101100111010101011101011001111110011111100111111 | e3b3aaeb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)