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 | 期?懈譴^ | 1000101011111010001111111001110011100110111001101010001001011110 | 8afa3f9ce6e6a25e |
EUC-JP | 期?懈譴^ | 1011010011111100001111111101100011101000111011001010010001011110 | b4fc3fd8e8eca45e |
UTF-8 | 期뤺懈譴^ | 11100110100111001001111111101011101001001011101011100110100001111000100011101000101011011011010001011110 | e69c9feba4bae68788e8adb45e |
UHC | 期뤺懈譴^ | 110100011010001010001111111010001111101010101011110011001011100101011110 | d1a28fe8faabccb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)