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 | ânºânº^ | 111000100110111010001111101110101110001001101110100011111011101001011110 | e26e8fbae26e8fba5e |
SJIS-WIN | ?n???n??^ | 001111110110111000111111001111110011111101101110001111110011111101011110 | 3f6e3f3f3f6e3f3f5e |
EUC-JP | ân?ºân?º^ | 1000111110101011101001000110111000111111100011111010001011101011100011111010101110100100011011100011111110001111101000101110101101011110 | 8faba46e3f8fa2eb8faba46e3f8fa2eb5e |
UTF-8 | ânºânº^ | 110000111010001001101110110000101000111111000010101110101100001110100010011011101100001010001111110000101011101001011110 | c3a26ec28fc2bac3a26ec28fc2ba5e |
UHC | ?n?º?n?º^ | 0011111101101110001111111010100010101100001111110110111000111111101010001010110001011110 | 3f6e3fa8ac3f6e3fa8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)