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 | ̽à^ | 100111101100110010011101101111011110000001011110 | 9ecc9dbde05e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?Ì??à^ | 00111111100011111010101011000000001111110011111110001111101010111010001001011110 | 3f8faac03f3f8faba25e |
UTF-8 | ̽à^ | 1100001010011110110000111000110011000010100111011100001010111101110000111010000001011110 | c29ec38cc29dc2bdc3a05e |
UHC | ???½?^ | 00111111001111110011111110101000111101100011111101011110 | 3f3f3fa8f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)