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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テ榲佚ウツウ^ | 110000111001111011000011100110001100001110110011110000101011001101011110 | c39ec398c3b3c2b35e |
EUC-JP | テ榲佚ウツウ^ | 10001110110000111101110011000101110100001100010110001110101100111000111011000010100011101011001101011110 | 8ec3dcc5d0c58eb38ec28eb35e |
UTF-8 | テ榲佚ウツウ^ | 11101111101111101000001111100110101001101011001011100100101111011001101011101111101111011011001111101111101111101000001011101111101111011011001101011110 | efbe83e6a6b2e4bd9aefbdb3efbe82efbdb35e |
UHC | ??佚???^ | 0011111100111111111011001110101000111111001111110011111101011110 | 3f3fecea3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)