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 | ??k??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
SJIS-WIN | 逞セk逞セS | 1110011110010111101111100110101111100111100101111011111001010011 | e797be6be797be53 |
EUC-JP | 逞セk逞セS | 11101101111101111000111010111110011010111110110111110111100011101011111001010011 | edf78ebe6bedf78ebe53 |
UTF-8 | 逞セk逞セS | 1110100110000000100111101110111110111101101111100110101111101001100000001001111011101111101111011011111001010011 | e9809eefbdbe6be9809eefbdbe53 |
UHC | 逞?k逞?S | 1101011011000001001111110110101111010110110000010011111101010011 | d6c13f6bd6c13f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)