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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嘲?諧? | 100110100111110100111111111001100111111000111111 | 9a7d3fe67e3f |
EUC-JP | 嘲?諧? | 110100111101111000111111111010111101111100111111 | d3de3febdf3f |
UTF-8 | 嘲렋諧렲 | 111001011001100010110010111010111010000010001011111010001010101110100111111010111010000010110010 | e598b2eba08be8aba7eba0b2 |
UHC | 嘲렋諧렲 | 1111000010111111100011101010001011111010101100101000111010111111 | f0bf8ea2fab28ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)