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 | ヨ釥 | 110101101111101111000000 | d6fbc0 |
EUC-JP | ヨ釥 | 1000111011010110100011111110001110101011 | 8ed68fe3ab |
UTF-8 | ヨ釥 | 111011111011111010010110111010011000011110100101 | efbe96e987a5 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)