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 | 齬ú¦ | 1110100110111101101011001111101010100110 | e9bdacfaa6 |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | é?¬ú¦ | 100011111010101110110001001111111010001011001100100011111010101111100010100011111010001011000011 | 8fabb13fa2cc8fabe28fa2c3 |
UTF-8 | 齬ú¦ | 11000011101010011100001010111101110000101010110011000011101110101100001010100110 | c3a9c2bdc2acc3bac2a6 |
UHC | ?½??? | 001111111010100011110110001111110011111100111111 | 3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)