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 | 牝巉] | 1001011011000100100110111101100001011101 | 96c49bd85d |
EUC-JP | 牝巉] | 1100110011000110110101101101101001011101 | ccc6d6da5d |
UTF-8 | 牝巉] | 11100111100010011001110111100101101101111000100101011101 | e7899de5b7895d |
UHC | 牝?] | 11011110101101100011111101011101 | deb63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)