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 | ±øè¦ | 10110001111110001110100010100110 | b1f8e8a6 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±øè¦ | 1010000111011110100011111010100111001100100011111010101110110010100011111010001011000011 | a1de8fa9cc8fabb28fa2c3 |
UTF-8 | ±øè¦ | 1100001010110001110000111011100011000011101010001100001010100110 | c2b1c3b8c3a8c2a6 |
UHC | ±ø?? | 101000011011111010101001101010100011111100111111 | a1bea9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)