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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 阿論 | 10001000101000101001100001011111 | 88a2985f |
EUC-JP | 阿論 | 10110000101001001100111111000000 | b0a4cfc0 |
UTF-8 | 阿論 | 111010011001100010111111111010001010101110010110 | e998bfe8ab96 |
UHC | 阿論 | 11100100101110011101011011100101 | e4b9d6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)