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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 燾基 | 11111011010110101000101011101110 | fb5a8aee |
EUC-JP | 燾基 | 1000111111001010101111011011010011110000 | 8fcabdb4f0 |
UTF-8 | 燾基 | 111001111000011110111110111001011001111110111010 | e787bee59fba |
UHC | 燾基 | 11010100101001111101000011110001 | d4a7d0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)