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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 狸単E | 1001001001001011100100100101000001000101 | 924b925045 |
EUC-JP | 狸単E | 1100001110101100110000111011000101000101 | c3acc3b145 |
UTF-8 | 狸単E | 11100111100010111011100011100101100011011001100001000101 | e78bb8e58d9845 |
UHC | 狸?E | 11010111111000010011111101000101 | d7e13f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)