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 | í³Mì± | 11101101100110001011001101001101111011001011000110001000 | ed98b34decb188 |
SJIS-WIN | ???M?±? | 0011111100111111001111110100110100111111100000010111110100111111 | 3f3f3f4d3f817d3f |
EUC-JP | í??Mì±? | 100011111010101110111111001111110011111101001101100011111010101111000000101000011101111000111111 | 8fabbf3f3f4d8fabc0a1de3f |
UTF-8 | í³Mì± | 11000011101011011100001010011000110000101011001101001101110000111010110011000010101100011100001010001000 | c3adc298c2b34dc3acc2b1c288 |
UHC | ??³M?±? | 001111110011111110101001111110000100110100111111101000011011111000111111 | 3f3fa9f84d3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)