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 | Ô§ì»e^ | 110101001010011111101100101110110110010101011110 | d4a7ecbb655e |
SJIS-WIN | ?§??e^ | 00111111100000011001100000111111001111110110010101011110 | 3f81983f3f655e |
EUC-JP | Ô§ì?e^ | 1000111110101010110101001010000111111000100011111010101111000000001111110110010101011110 | 8faad4a1f88fabc03f655e |
UTF-8 | Ô§ì»e^ | 11000011100101001100001010100111110000111010110011000010101110110110010101011110 | c394c2a7c3acc2bb655e |
UHC | ?§??e^ | 00111111101000011101011100111111001111110110010101011110 | 3fa1d73f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)