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 | 賊坦孫 | 100100011010111110010010010100101001000110110111 | 91af925291b7 |
EUC-JP | 賊坦孫 | 110000101011000111000011101100111100001010111001 | c2b1c3b3c2b9 |
UTF-8 | 賊坦孫 | 111010001011001110001010111001011001110110100110111001011010110110101011 | e8b38ae59da6e5adab |
UHC | 賊坦孫 | 111011101110010011110111101001001110000111011101 | eee4f7a4e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)