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 | 輦〕雉 | 111001110111001010000001011011001110100010110011 | e772816ce8b3 |
EUC-JP | 輦〕雉 | 111011011101001110100001110011011111000010110101 | edd3a1cdf0b5 |
UTF-8 | 輦〕雉 | 111010001011110010100110111000111000000010010101111010011001101110001001 | e8bca6e38095e99b89 |
UHC | 輦〕雉 | 110101101010011010100001101100111111011011001011 | d6a6a1b3f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)