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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 佞谺佞嚶^ | 100110110100001111100110101011001001101101000011100110101000110101011110 | 9b43e6ac9b439a8d5e |
EUC-JP | 佞谺佞嚶^ | 110101011010010011101100101011101101010110100100110100111110110101011110 | d5a4ecaed5a4d3ed5e |
UTF-8 | 佞谺佞嚶^ | 11100100101111011001111011101000101100001011101011100100101111011001111011100101100110101011011001011110 | e4bd9ee8b0bae4bd9ee59ab65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)