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 | Ì®ú¤ßÉ^ | 11001100101011101111101010100100110111111100100101011110 | ccaefaa4dfc95e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | Ì®ú¤ßÉ^ | 10001111101010101100000010001111101000101110111010001111101010111110001010001111101000101111000010001111101010011100111010001111101010101011000101011110 | 8faac08fa2ee8fabe28fa2f08fa9ce8faab15e |
UTF-8 | Ì®ú¤ßÉ^ | 11000011100011001100001010101110110000111011101011000010101001001100001110011111110000111000100101011110 | c38cc2aec3bac2a4c39fc3895e |
UHC | ?®?¤ß?^ | 00111111101000101110011100111111101000101011010010101001101011000011111101011110 | 3fa2e73fa2b4a9ac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)