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 | è±åB | 11101000100001001011000111100101100110001000011001000010 | e884b1e5988642 |
SJIS-WIN | ??±???B | 0011111100111111100000010111110100111111001111110011111101000010 | 3f3f817d3f3f3f42 |
EUC-JP | è?±å??B | 100011111010101110110010001111111010000111011110100011111010101110101001001111110011111101000010 | 8fabb23fa1de8faba93f3f42 |
UTF-8 | è±åB | 11000011101010001100001010000100110000101011000111000011101001011100001010011000110000101000011001000010 | c3a8c284c2b1c3a5c298c28642 |
UHC | ??±???B | 0011111100111111101000011011111000111111001111110011111101000010 | 3f3fa1be3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)