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 | 粮城魁 | 111000101110110010001111111010011000101001000000 | e2ec8fe98a40 |
EUC-JP | 粮城魁 | 111001001110111010111110111010111011001110100001 | e4eebeebb3a1 |
UTF-8 | 粮城魁 | 111001111011001010101110111001011001111110001110111010011010110110000001 | e7b2aee59f8ee9ad81 |
UHC | 粮城魁 | 110101011101101111100000111100101100111011011010 | d5dbe0f2ceda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)