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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 喊痿^ | 1001101001011110111000010111111001011110 | 9a5ee17e5e |
EUC-JP | 喊痿^ | 1101001110111111111000011101111101011110 | d3bfe1df5e |
UTF-8 | 喊痿^ | 11100101100101101000101011100111100101111011111101011110 | e5968ae797bf5e |
UHC | 喊?^ | 11111001111000100011111101011110 | f9e23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)