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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テ氾ーテェテε | 110000111001010011000011101100001100001110101010110000111000001111000011 | c394c3b0c3aac383c3 |
EUC-JP | テ氾ーテェテε | 1000111011000011110010001100010110001110101100001000111011000011100011101010101010001110110000111010011011000101 | 8ec3c8c58eb08ec38eaa8ec3a6c5 |
UTF-8 | テ氾ーテェテε | 1110111110111110100000111110011010110000101111101110111110111101101100001110111110111110100000111110111110111101101010101110111110111110100000111100111010110101 | efbe83e6b0beefbdb0efbe83efbdaaefbe83ceb5 |
UHC | ?氾????ε | 001111111101101111110000001111110011111100111111001111111010010111100101 | 3fdbf03f3f3f3fa5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)