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 | テ氾クテ湘 | 11000011100101001100001110111000110000111000111111000011 | c394c3b8c38fc3 |
EUC-JP | テ氾クテ湘 | 10001110110000111100100011000101100011101011100010001110110000111011111011000101 | 8ec3c8c58eb88ec3bec5 |
UTF-8 | テ氾クテ湘 | 111011111011111010000011111001101011000010111110111011111011110110111000111011111011111010000011111001101011100110011000 | efbe83e6b0beefbdb8efbe83e6b998 |
UHC | ?氾??湘 | 00111111110110111111000000111111001111111101111111001111 | 3fdbf03f3fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)