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 | ?猛撫 | 0011111110010110110100101001010110001111 | 3f96d2958f |
EUC-JP | 薏猛撫 | 10001111110110011101111011001100110101001100100111101111 | 8fd9deccd4c9ef |
UTF-8 | 薏猛撫 | 111010001001011010001111111001111000110010011011111001101001001010101011 | e8968fe78c9be692ab |
UHC | 薏猛撫 | 111010111111101111011000111011011101100111101000 | ebfbd8edd9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)