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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?猛?? | 0011111110010110110100100011111100111111 | 3f96d23f3f |
EUC-JP | 薏猛?? | 10001111110110011101111011001100110101000011111100111111 | 8fd9deccd43f3f |
UTF-8 | 薏猛렟렟 | 111010001001011010001111111001111000110010011011111010111010000010011111111010111010000010011111 | e8968fe78c9beba09feba09f |
UHC | 薏猛렟렟 | 1110101111111011110110001110110110001110101100001000111010110000 | ebfbd8ed8eb08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)