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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 胡峯牝 | 100011001101001110010101111101011001011011000100 | 8cd395f596c4 |
EUC-JP | 胡峯牝 | 101110001101010111001010111101111100110011000110 | b8d5caf7ccc6 |
UTF-8 | 胡峯牝 | 111010001000001110100001111001011011001110101111111001111000100110011101 | e883a1e5b3afe7899d |
UHC | 胡峯牝 | 111110111101011111011100111001111101111010110110 | fbd7dce7deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)