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 | ??a]H | 0011111100111111011000010101110101001000 | 3f3f615d48 |
SJIS-WIN | 閼アa]H | 111010001000010010110001011000010101110101001000 | e884b1615d48 |
EUC-JP | 閼アa]H | 11101111111001001000111010110001011000010101110101001000 | efe48eb1615d48 |
UTF-8 | 閼アa]H | 111010011001011010111100111011111011110110110001011000010101110101001000 | e996bcefbdb1615d48 |
UHC | 閼?a]H | 111001001101100100111111011000010101110101001000 | e4d93f615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)