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 | ??aM^ | 0011111100111111011000010100110101011110 | 3f3f614d5e |
SJIS-WIN | 閼アaM^ | 111010001000010010110001011000010100110101011110 | e884b1614d5e |
EUC-JP | 閼アaM^ | 11101111111001001000111010110001011000010100110101011110 | efe48eb1614d5e |
UTF-8 | 閼アaM^ | 111010011001011010111100111011111011110110110001011000010100110101011110 | e996bcefbdb1614d5e |
UHC | 閼?aM^ | 111001001101100100111111011000010100110101011110 | e4d93f614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)