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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 論論論論 | 1001100001011111100110000101111110011000010111111001100001011111 | 985f985f985f985f |
EUC-JP | 論論論論 | 1100111111000000110011111100000011001111110000001100111111000000 | cfc0cfc0cfc0cfc0 |
UTF-8 | 論論論論 | 111010001010101110010110111010001010101110010110111010001010101110010110111010001010101110010110 | e8ab96e8ab96e8ab96e8ab96 |
UHC | 論論論論 | 1101011011100101110101101110010111010110111001011101011011100101 | d6e5d6e5d6e5d6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)