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 | ¾è´Þìü^ | 1011111011101000100011111011010011011110111011001111110001011110 | bee88fb4deecfc5e |
SJIS-WIN | ???´???^ | 001111110011111100111111100000010100110000111111001111110011111101011110 | 3f3f3f814c3f3f3f5e |
EUC-JP | ?è?´Þìü^ | 0011111110001111101010111011001000111111101000011010110110001111101010011011000010001111101010111100000010001111101010111110010001011110 | 3f8fabb23fa1ad8fa9b08fabc08fabe45e |
UTF-8 | ¾è´Þìü^ | 110000101011111011000011101010001100001010001111110000101011010011000011100111101100001110101100110000111011110001011110 | c2bec3a8c28fc2b4c39ec3acc3bc5e |
UHC | ¾??´Þ??^ | 1010100011111010001111110011111110100010101001011010100010101101001111110011111101011110 | a8fa3f3fa2a5a8ad3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)