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 | 牝帛] | 1001011011000100100110111110010101011101 | 96c49be55d |
EUC-JP | 牝帛] | 1100110011000110110101101110011101011101 | ccc6d6e75d |
UTF-8 | 牝帛] | 11100111100010011001110111100101101110001001101101011101 | e7899de5b89b5d |
UHC | 牝帛] | 1101111010110110110110111101100101011101 | deb6dbd95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)