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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ヨ鷁] | 11010110111010100101000101011101 | d6ea515d |
EUC-JP | ヨ鷁] | 1000111011010110111100111011001001011101 | 8ed6f3b25d |
UTF-8 | ヨ鷁] | 11101111101111101001011011101001101101111000000101011101 | efbe96e9b7815d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)