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 | 短則速 | 100100100101101010010001101001011001000110101100 | 925a91a591ac |
EUC-JP | 短則速 | 110000111011101111000010101001111100001010101110 | c3bbc2a7c2ae |
UTF-8 | 短則速 | 111001111001111110101101111001011000100110000111111010011000000010011111 | e79fade58987e9809f |
UHC | 短則速 | 110100111010110111110110110011101110000111011100 | d3adf6cee1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)