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 | 粲箚 | 11100010111010101110001010110010 | e2eae2b2 |
EUC-JP | 粲箚 | 11100100111011001110010010110100 | e4ece4b4 |
UTF-8 | 粲箚 | 111001111011001010110010111001111010111010011010 | e7b2b2e7ae9a |
UHC | 粲箚 | 11110011110001001111001110110000 | f3c4f3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)