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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 奬巛 | 10011010111110111001101111011101 | 9afb9bdd |
EUC-JP | 奬巛 | 11010100111111011101011011011111 | d4fdd6df |
UTF-8 | 奬巛 | 111001011010010110101100111001011011011110011011 | e5a5ace5b79b |
UHC | 奬? | 111011011110000100111111 | ede13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)