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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 竺治]H | 100011101011000110001110101000010101110101001000 | 8eb18ea15d48 |
EUC-JP | 竺治]H | 101111001011001110111100101000110101110101001000 | bcb3bca35d48 |
UTF-8 | 竺治]H | 1110011110101011101110101110011010110010101110110101110101001000 | e7abbae6b2bb5d48 |
UHC | 竺治]H | 111101011110011111110110101111010101110101001000 | f5e7f6bd5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)