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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 謫鷺。壱、オ | 111001101001001110001101111010111010000110001000111010111010010010110101 | e6938deba188eba4b5 |
EUC-JP | 謫鷺。壱、オ | 111010111111001110111010111011011000111010100001101100001110110110001110101001001000111010110101 | ebf3baed8ea1b0ed8ea48eb5 |
UTF-8 | 謫鷺。壱、オ | 111010001010110010101011111010011011011110111010111011111011110110100001111001011010001110110001111011111011110110100100111011111011110110110101 | e8acabe9b7baefbda1e5a3b1efbda4efbdb5 |
UHC | 謫鷺???? | 1110111011100011110101101101110000111111001111110011111100111111 | eee3d6dc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)