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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聶堺▼ | 111000111110000110001101111001001000000110100101 | e3e18de481a5 |
EUC-JP | 聶堺▼ | 111001101110001110111010111001101010001010100111 | e6e3bae6a2a7 |
UTF-8 | 聶堺▼ | 111010001000000110110110111001011010000010111010111000101001011010111100 | e881b6e5a0bae296bc |
UHC | ?堺▼ | 0011111111001100111101111010000111100101 | 3fccf7a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)