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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諛ソ繞サ繞 | 1110011010000111101111111110001110000101101110111110001110000101 | e687bfe385bbe385 |
EUC-JP | 諛ソ繞サ繞 | 11101011111001111000111010111111111001011110010110001110101110111110010111100101 | ebe78ebfe5e58ebbe5e5 |
UTF-8 | 諛ソ繞サ繞 | 111010001010101110011011111011111011110110111111111001111011100110011110111011111011110110111011111001111011100110011110 | e8ab9befbdbfe7b99eefbdbbe7b99e |
UHC | 諛?繞?繞 | 1110101110110000001111111110100110100100001111111110100110100100 | ebb03fe9a43fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)