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 | 偲自篠悉^ | 100011101100001110001110101010011000111011000010100011101011101101011110 | 8ec38ea98ec28ebb5e |
EUC-JP | 偲自篠悉^ | 101111001100010110111100101010111011110011000100101111001011110101011110 | bcc5bcabbcc4bcbd5e |
UTF-8 | 偲自篠悉^ | 11100101100000011011001011101000100001111010101011100111101011111010000011100110100000101000100101011110 | e581b2e887aae7afa0e682895e |
UHC | ?自篠悉^ | 0011111111101101101110111110000111000110111000111111101001011110 | 3fedbbe1c6e3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)