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 | è£±è² | 111010001010001110110001111010001011001010010100 | e8a3b1e8b294 |
SJIS-WIN | ?£±??? | 0011111110000001100100101000000101111101001111110011111100111111 | 3f8192817d3f3f3f |
EUC-JP | 裱è?? | 100011111010101110110010101000011111001010100001110111101000111110101011101100100011111100111111 | 8fabb2a1f2a1de8fabb23f3f |
UTF-8 | è£±è² | 110000111010100011000010101000111100001010110001110000111010100011000010101100101100001010010100 | c3a8c2a3c2b1c3a8c2b2c294 |
UHC | ??±?²? | 0011111100111111101000011011111000111111101010011111011100111111 | 3f3fa1be3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)