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 | è±è¾° | 111010001000010010110001111010001011111010110000 | e884b1e8beb0 |
SJIS-WIN | ??±??° | 0011111100111111100000010111110100111111001111111000000110001011 | 3f3f817d3f3f818b |
EUC-JP | �� | 100011111010101110110010001111111010000111011110100011111010101110110010001111111010000111101011 | 8fabb23fa1de8fabb23fa1eb |
UTF-8 | è±è¾° | 110000111010100011000010100001001100001010110001110000111010100011000010101111101100001010110000 | c3a8c284c2b1c3a8c2bec2b0 |
UHC | ??±?¾° | 001111110011111110100001101111100011111110101000111110101010000111000110 | 3f3fa1be3fa8faa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)