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 | ±Áâ÷ | 1011000111000001100011111110001011110111 | b1c18fe2f7 |
SJIS-WIN | ±???÷ | 10000001011111010011111100111111001111111000000110000000 | 817d3f3f3f8180 |
EUC-JP | ±Á?â÷ | 1010000111011110100011111010101010100001001111111000111110101011101001001010000111100000 | a1de8faaa13f8faba4a1e0 |
UTF-8 | ±Áâ÷ | 11000010101100011100001110000001110000101000111111000011101000101100001110110111 | c2b1c381c28fc3a2c3b7 |
UHC | ±???÷ | 10100001101111100011111100111111001111111010000111000000 | a1be3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)