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 | ?猛薇 | 0011111110010110110100101110010101001110 | 3f96d2e54e |
EUC-JP | 薏猛薇 | 10001111110110011101111011001100110101001110100110101111 | 8fd9deccd4e9af |
UTF-8 | 薏猛薇 | 111010001001011010001111111001111000110010011011111010001001011010000111 | e8968fe78c9be89687 |
UHC | 薏猛薇 | 111010111111101111011000111011011101101010111001 | ebfbd8eddab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)