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 | 狸短他 | 100100100100101110010010010110101001000110111100 | 924b925a91bc |
EUC-JP | 狸短他 | 110000111010110011000011101110111100001010111110 | c3acc3bbc2be |
UTF-8 | 狸短他 | 111001111000101110111000111001111001111110101101111001001011101110010110 | e78bb8e79fade4bb96 |
UHC | 狸短他 | 110101111110000111010011101011011111011011100010 | d7e1d3adf6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)