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 | ?猛 | 001111111001011011010010 | 3f96d2 |
EUC-JP | 薏猛 | 1000111111011001110111101100110011010100 | 8fd9deccd4 |
UTF-8 | 薏猛 | 111010001001011010001111111001111000110010011011 | e8968fe78c9b |
UHC | 薏猛 | 11101011111110111101100011101101 | ebfbd8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)