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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??烈 | 00111111001111111001011111110011 | 3f3f97f3 |
EUC-JP | 芷?烈 | 100011111101011111001001001111111100111011110101 | 8fd7c93fcef5 |
UTF-8 | 芷陋烈 | 111010001000101010110111111011111010010110010001111001111000001110001000 | e88ab7efa591e78388 |
UHC | 芷陋烈 | 111100101011101011010010111010111101011010101101 | f2bad2ebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)