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 | 祭◇祭●^ | 100011011101010110000001100111101000110111010101100000011001110001011110 | 8dd5819e8dd5819c5e |
EUC-JP | 祭◇祭●^ | 101110101101011110100001111111101011101011010111101000011111110001011110 | bad7a1febad7a1fc5e |
UTF-8 | 祭◇祭●^ | 11100111101001011010110111100010100101111000011111100111101001011010110111100010100101111000111101011110 | e7a5ade29787e7a5ade2978f5e |
UHC | 祭◇祭●^ | 111100001010111010100001110111101111000010101110101000011101110001011110 | f0aea1def0aea1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)