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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 語ε?臾 | 10001100111010101000001111000011001111111110010001101011 | 8cea83c33fe46b |
EUC-JP | 語ε?臾 | 10111000111011001010011011000101001111111110011111001100 | b8eca6c53fe7cc |
UTF-8 | 語ε뇻臾 | 1110100010101010100111101100111010110101111010111000011110111011111010001000011110111110 | e8aa9eceb5eb87bbe887be |
UHC | 語ε뇻臾 | 1110010111011110101001011110010110110100101001111110101110101100 | e5dea5e5b4a7ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)