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í | 11101101100110001001011001001101111011011001100010011000 | ed98964ded9898 |
SJIS-WIN | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
EUC-JP | í??Mí?? | 1000111110101011101111110011111100111111010011011000111110101011101111110011111100111111 | 8fabbf3f3f4d8fabbf3f3f |
UTF-8 | íMí | 11000011101011011100001010011000110000101001011001001101110000111010110111000010100110001100001010011000 | c3adc298c2964dc3adc298c298 |
UHC | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)