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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 殲錫殲錫^ | 100111110111001010001110111000001001111101110010100011101110000001011110 | 9f728ee09f728ee05e |
EUC-JP | 殲錫殲錫^ | 110111011101001110111100111000101101110111010011101111001110001001011110 | ddd3bce2ddd3bce25e |
UTF-8 | 殲錫殲錫^ | 11100110101011101011001011101001100011001010101111100110101011101011001011101001100011001010101101011110 | e6aeb2e98cabe6aeb2e98cab5e |
UHC | 殲錫殲錫^ | 111000001110100011100000101110001110000011101000111000001011100001011110 | e0e8e0b8e0e8e0b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)