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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?徇 | 001111111001110001101101 | 3f9c6d |
EUC-JP | 縯徇 | 1000111111010100110010111101011111001110 | 8fd4cbd7ce |
UTF-8 | 縯徇 | 111001111011100010101111111001011011111010000111 | e7b8afe5be87 |
UHC | 縯徇 | 11100110111000001110001011011111 | e6e0e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)