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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 狸竪狸 | 100100100100101110010010010001111001001001001011 | 924b9247924b |
EUC-JP | 狸竪狸 | 110000111010110011000011101010001100001110101100 | c3acc3a8c3ac |
UTF-8 | 狸竪狸 | 111001111000101110111000111001111010101110101010111001111000101110111000 | e78bb8e7abaae78bb8 |
UHC | 狸竪狸 | 110101111110000111100010101101011101011111100001 | d7e1e2b5d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)